Share

SettingsAmbient.SettingsLabeling.PromptMethod Property

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

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 ();
}

Property Value

PropertyEnumLabelingPromptType

See Also

Reference

Was this information helpful?