Share

SettingsAmbient.SettingsTransparentCommands.PromptFor3DPoints Property

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)



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

Syntax

C#

public PropertyBoolean PromptFor3DPoints { get; }

VB

Public ReadOnly Property PromptFor3DPoints As PropertyBoolean
	Get

C++

public:
property PropertyBoolean^ PromptFor3DPoints {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?