Gets the name of the OffsetAssembly to which the subassembly is attached.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public string OffsetAssemblyName { get; }
Visual Basic
Public ReadOnly Property OffsetAssemblyName As String
Get
Visual C++
public: property String^ OffsetAssemblyName { String^ get (); }
Remarks
Use Subassembly.AttachedToOffsetAssembly to check whether it is attached to an OffsetAssembly before using this property.
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the subassembly is not attached to any OffsetAssembly. |