Gets a vector value that specifies the offset to the assembly it belongs to in layout mode.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public Vector2d OffsetToAssembly { get; } |
Visual Basic |
---|
Public ReadOnly Property OffsetToAssembly As Vector2d
Get |
Visual C++ |
---|
public:
property Vector2d OffsetToAssembly {
Vector2d get ();
} |
Remarks
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when the subassembly is not attached to any assembly.
|
See Also