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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: 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

Use Subassembly.AttachedToOffsetAssembly to check whether it is attached to an OffsetAssembly before using this property.

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when the subassembly is not attached to any OffsetAssembly.

See Also