Specifies the default method for prompting for objects when inserting labels that contain Referenced Text components.

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

Syntax

C#
public PropertyEnum<LabelingPromptType> PromptMethod { get; }
Visual Basic
Public ReadOnly Property PromptMethod As PropertyEnum(Of LabelingPromptType)
	Get
Visual C++
public:
property PropertyEnum<LabelingPromptType>^ PromptMethod {
	PropertyEnum<LabelingPromptType>^ get ();
}

See Also