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