Share

SettingsTag.SettingsCreation Class

Settings of creation for the SettingsTag.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsTagSettingsCreation


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

Syntax

C#

public sealed class SettingsCreation : TreeOidWrapper

VB

Public NotInheritable Class SettingsCreation
	Inherits TreeOidWrapper

C++

public ref class SettingsCreation sealed : public TreeOidWrapper

The SettingsTagSettingsCreation type exposes the following members.

Properties

 NameDescription
Public propertyCurvesIncrement Specifies the difference between numbers in the numbering sequence.
Public propertyCurvesStartingNumber Specifies the starting number for new curve tags to be created in the site. The numbering is incremented with creation of new tags.
Public propertyLinesIncrement Specifies the difference between numbers in the numbering sequence.
Public propertyLinesStartingNumber Specifies the starting number for new lines to be created in the site. The numbering is incremented with creation of new lines.
Public propertySpiralsIncrement Specifies the difference between numbers in the numbering sequence.
Public propertySpiralsStartingNumber Specifies the starting number for new spiral tags to be created in the site. The numbering is incremented with creation of new tags.

See Also

Reference

Was this information helpful?