SubassemblyOffsetAssemblyName Property

Gets the name of the OffsetAssembly to which the subassembly is attached.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public string OffsetAssemblyName { get; }

Property Value

String
Exceptions
ExceptionCondition
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