SettingsAmbientSettingsTransparentCommands 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.7.0.1190
Syntax
public sealed class SettingsTransparentCommands : 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)
Top
See Also