Gets the name of the OffsetAssembly to which the subassembly is attached.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when the subassembly is not attached to any OffsetAssembly.
|
See Also