SubassemblyOffsetToBaseline Property |
Note: This API is now obsolete.
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.8.0.292
Syntax[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Subassembly.OffsetToParentAssembly instead.",
false)]
public Vector2d OffsetToBaseline { get; }
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Subassembly.OffsetToParentAssembly instead.",
false)>
Public ReadOnly Property OffsetToBaseline As Vector2d
Get
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Subassembly.OffsetToParentAssembly instead.",
false)]
property Vector2d OffsetToBaseline {
Vector2d get ();
}
Property Value
Vector2d
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the subassembly is not attached to any assembly.
|
Remarks
Use Subassembly.HasParentAssembly to check whether it is attached to a assembly before using this property.
When it is attached to an offset assembly, this property is different from Subassembly.OffsetToAssembly, otherwise they return the same value.
See Also