Share

SettingsCmdCreatePoints.SettingsCmdPointsCreation Class

Settings that specify defaults for Points Creation.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdCreatePointsSettingsCmdPointsCreation


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

Syntax

C#

public sealed class SettingsCmdPointsCreation : TreeOidWrapper

VB

Public NotInheritable Class SettingsCmdPointsCreation
	Inherits TreeOidWrapper

C++

public ref class SettingsCmdPointsCreation sealed : public TreeOidWrapper

The SettingsCmdCreatePointsSettingsCmdPointsCreation type exposes the following members.

Properties

 NameDescription
Public propertyDefaultDescription Gets or sets the description that is automatically assigned by the point creation commands when Prompt For Descriptions is set to Automatic.
Public propertyDefaultElevation Gets or sets the elevation automatically assigned by the point creation commands when the Prompt For Elevations setting is set to Automatic.
Public propertyDisableDescriptionKeys Gets or sets whether description key matching occurs during point creation.
Public propertyEchoCoordinatesToCommandLine Gets or sets whether description key matching occurs during point creation.
Public propertyGeographicCoordinates Gets or sets the order in which geographic coordinates are displayed on the command line during point creation.
Public propertyGridCoordinates Gets or sets the order in which grid coordinates are displayed on the command line during point creation.
Public propertyLocalCoordinates Gets or sets the order and format used to display local coordinates on the command line during point creation.
Public propertyMatchOnDescriptionParameters Gets or sets whether parameters are used in description key matching to rotate and scale the point symbol.
Public propertyPromptForDescriptions Gets or sets how descriptions are assigned during point creation.
Public propertyPromptForElevations Gets or sets how elevations are assigned point creation.
Public propertyPromptForPointNames Gets or sets how point names are entered during point creation.

See Also

Reference

Was this information helpful?