Share

SettingsCantView.SettingsNameFormat Class

Settings for CantView default NameFormat.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCantViewSettingsNameFormat


Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public class SettingsNameFormat : TreeOidWrapper

VB

Public Class SettingsNameFormat
	Inherits TreeOidWrapper

C++

public ref class SettingsNameFormat : public TreeOidWrapper

The SettingsCantViewSettingsNameFormat type exposes the following members.

Properties

 NameDescription
Public propertyCantView Settings for the CantView name template.

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

Reference

Was this information helpful?