SubassemblyOffsetAssemblyName Property |
Gets the name of the OffsetAssembly to which the subassembly is attached.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string OffsetAssemblyName { get; }
Public ReadOnly Property OffsetAssemblyName As String
Get
public:
property String^ OffsetAssemblyName {
String^ get ();
}
Property Value
String
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the subassembly is not attached to any OffsetAssembly.
|
Remarks
Use Subassembly.AttachedToOffsetAssembly to check whether it is attached to an OffsetAssembly before using this property.
See Also