SubassemblyGeneratorMacroOrClassName Property |
Gets or sets the macro or class name. This is the class name when GeometryGenerateMode is UseDotNet.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string MacroOrClassName { get; set; }
Public Property MacroOrClassName As String
Get
Set
public:
property String^ MacroOrClassName {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also