SettingsCantViewSettingsNameFormat Class |
Settings for CantView default NameFormat.
Inheritance HierarchySystemObject
SystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsCantViewSettingsNameFormat
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic class SettingsNameFormat : TreeOidWrapper
Public Class SettingsNameFormat
Inherits TreeOidWrapper
public ref class SettingsNameFormat : public TreeOidWrapper
The SettingsCantViewSettingsNameFormat type exposes the following members.
Properties | Name | Description |
---|
 | CantView |
Settings for the CantView name template.
|
Top
Remarks
This class defines how text is displayed. It contains parameters for a Name (including a counter),
Number style, Starting Number and Increment value.
Leaving out a parameter uses the default value.
- Name: a string such as "Cant View - (>[Next Counter(CP)]<)".
- Number style: select one of 1,2,3 (the default) or 01,02,03.
- Starting Number. The default is 1.
- Increment Value. The default is 1.
See Also