|
|
Returns the Transform attached to this item in the original source design file
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property Transform As Transform3D Get |
| C# |
|---|
public Transform3D Transform { get; } |
| Visual C++ |
|---|
public: property Transform3D^ Transform { Transform3D^ get (); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |