GeometryInstanceTransform Property |
The affine transformation from the local coordinate space of the symbol into the
coordinate space of the instance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic Transform Transform { get; }
Public ReadOnly Property Transform As Transform
Get
public:
property Transform^ Transform {
Transform^ get ();
}
member Transform : Transform with get
Property Value
Transform
See Also