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.8.0.280
Syntax
C#
public PropertyEnum<LabelingPromptType> PromptMethod { get; }
VB
Public ReadOnly Property PromptMethod As PropertyEnum(Of LabelingPromptType) Get
C++
public: property PropertyEnum<LabelingPromptType>^ PromptMethod { PropertyEnum<LabelingPromptType>^ get (); }