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
SystemObjectSystemMarshalByRefObject
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
Name | Description | |
---|---|---|
![]() | PromptFor3DPoints | 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) |
![]() | PromptForEastingThenNorthing | Specifies whether commands prompt for the Easting before the Northing: True (Easting first),False (Northing first) |
![]() | PromptForLongitudeThenLatitude | Specifies whether commands prompt for the Longitude before the Latitude: False (Latitude first),True (Longitude first) |
![]() | PromptForYBeforeX | Specifies whether commands prompt for the Y coordinate before the X coordinate: True (Y first),False (X first) |