Gets the local coordinate system (LCS) for an analytical model element.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Since:
2011
Syntax
C# |
---|
public Transform GetLocalCoordinateSystem() |
Visual Basic |
---|
Public Function GetLocalCoordinateSystem As Transform |
Visual C++ |
---|
public:
Transform^ GetLocalCoordinateSystem() |
Return Value
Transformation matrix.
Returns
nullNothingnullptra null reference (Nothing in Visual Basic) for analytical model elements that do not have local coordinate system.
Origin returned by transform is point for which local coordinate system was calculated.
Remarks
Exceptions
See Also