Share

SettingsAmbient.SettingsTransparentCommands Class

Specifies the prompting behavior of transparent commands across all features. The formats used to prompt for grade and slope values are set using the Grade and Slope ambient settings.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsAmbientSettingsTransparentCommands


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

Syntax

C#

public sealed class SettingsTransparentCommands : TreeOidWrapper

VB

Public NotInheritable Class SettingsTransparentCommands
	Inherits TreeOidWrapper

C++

public ref class SettingsTransparentCommands sealed : public TreeOidWrapper

The SettingsAmbientSettingsTransparentCommands type exposes the following members.

Properties

 NameDescription
Public propertyPromptFor3DPoints Specifies the prompt sequence (X,Y or X, Y, Z) when creating a point in 3D. True (prompt for 3D points), False (no Z prompt)
Public propertyPromptForEastingThenNorthing Specifies whether commands prompt for the Easting before the Northing: True (Easting first),False (Northing first)
Public propertyPromptForLongitudeThenLatitude Specifies whether commands prompt for the Longitude before the Latitude: False (Latitude first),True (Longitude first)
Public propertyPromptForYBeforeX Specifies whether commands prompt for the Y coordinate before the X coordinate: True (Y first),False (X first)

See Also

Reference

Was this information helpful?