Gets the name of the current Subassembly being applied.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string CurrentSubassemblyName { get; }
VB
Public ReadOnly Property CurrentSubassemblyName As String Get
C++
public: property String^ CurrentSubassemblyName { String^ get (); }