Gets or sets the macro or class name. This is the class name when GeometryGenerateMode is UseDotNet.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string MacroOrClassName { get; set; }
VB
Public Property MacroOrClassName As String Get Set
C++
public: property String^ MacroOrClassName { String^ get (); void set (String^ value); }