Obtains the handles representing the cardinal directions in 3D.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2012
Syntax
| C# |
|---|
public static IList<IFCAnyHandle> GetGlobal3DDirectionHandles(
bool positive
) |
| Visual Basic |
|---|
Public Shared Function GetGlobal3DDirectionHandles ( _
positive As Boolean _
) As IList(Of IFCAnyHandle) |
| Visual C++ |
|---|
public:
static IList<IFCAnyHandle^>^ GetGlobal3DDirectionHandles(
bool positive
) |
Parameters
- positive
- Type: System..::..Boolean
True if the handles returned should be in the positive direction, false
if the handles should be in the negative direction.
Return Value
The collection of handles.
See Also