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