Share

Subassembly.OffsetAssemblyName Property

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



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public string OffsetAssemblyName { get; }

VB

Public ReadOnly Property OffsetAssemblyName As String
	Get

C++

public:
property String^ OffsetAssemblyName {
	String^ 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

Reference

Was this information helpful?