Gets a bool value that specifies whether the subassembly is attached to a offset assembly or a main assembly.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool AttachedToOffsetAssembly { get; }
VB
Public ReadOnly Property AttachedToOffsetAssembly As Boolean Get
C++
public: property bool AttachedToOffsetAssembly { bool get (); }
Property Value
BooleanExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the subassembly is not attached to any assembly. |