OffsetAssemblyOffset Property |
Gets or sets the offset from main Assembly.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Vector2d Offset { get; set; }
Public Property Offset As Vector2d
Get
Set
public:
property Vector2d Offset {
Vector2d get ();
void set (Vector2d value);
}
Property Value
Vector2d
See Also