SubassemblyOffsetAssemblyName Property |
Gets the name of the OffsetAssembly to which the subassembly is attached.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic string OffsetAssemblyName { get; }Public ReadOnly Property OffsetAssemblyName As String
Get
public:
property String^ OffsetAssemblyName {
String^ get ();
}Property Value
String
Exceptions| Exception | 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