Gets a vector value that specifies the offset to the assembly or offset assembly it attached in layout mode.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Subassembly.OffsetToParentAssembly instead.",
false)]
public Vector2d OffsetToBaseline { get; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Subassembly.OffsetToParentAssembly instead.", _
False)> _
Public ReadOnly Property OffsetToBaseline As Vector2d
Get |
| Visual C++ |
|---|
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Subassembly.OffsetToParentAssembly instead.",
false)]
property Vector2d OffsetToBaseline {
Vector2d get ();
} |
Remarks
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException |
Thrown when the subassembly is not attached to any assembly.
|
See Also