Obtains the handle representing one cardinal direction in 2D.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IFCAnyHandle GetGlobal2DDirectionHandle( int index, bool positive )
Parameters
- index Int32
- The index of the handle, where 0 is U and 1 is V.
- positive Boolean
- True if the handle returned should be in the positive direction, false if the handle should be in the negative direction.
Return Value
IFCAnyHandleThe cached direction handle.
