Specifies the default method for prompting for objects when inserting labels that contain Referenced Text components.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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 (); }