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.3.1717.0

Syntax

C#

public PropertyBoolean PromptFor3DPoints { get; }

Visual Basic

Public ReadOnly Property PromptFor3DPoints As PropertyBoolean
	Get

Visual C++

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

See Also