Gets or sets the offset from main Assembly.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public Vector2d Offset { get; set; }
VB
Public Property Offset As Vector2d Get Set
C++
public: property Vector2d Offset { Vector2d get (); void set (Vector2d value); }