SubassemblyAttachedToOffsetAssembly Property |
Gets a bool value that specifies whether the subassembly is attached to a offset assembly or a main assembly.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool AttachedToOffsetAssembly { get; }
Public ReadOnly Property AttachedToOffsetAssembly As Boolean
Get
public:
property bool AttachedToOffsetAssembly {
bool get ();
}
Property Value
Boolean
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.
See Also