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