Gets or sets a vector value that specifies the offset to the assembly it belongs to in layout mode.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public Vector2d OffsetToAssembly { get; set; }
VB
Public Property OffsetToAssembly As Vector2d Get Set
C++
public: property Vector2d OffsetToAssembly { Vector2d get (); void set (Vector2d value); }
Property Value
Vector2dExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the subassembly is not attached to any assembly. |