RVTDocs.com

ExporterIFCUtils.GetGlobal2DDirectionHandles

Method
Description:
Obtains the handles representing the cardinal directions in 2D.
Syntax
public static IList<IFCAnyHandle> GetGlobal2DDirectionHandles(
	bool positive
)
Parameters
Parameter Type Description
positive Boolean True if the handles returned should be in the positive direction, false if the handles should be in the negative direction.
Return Value
Type Description
IList The collection of handles.