Share

SettingsCmdCreatePoints.SettingsCmdPointsCreation.DisableDescriptionKeys Property

Gets or sets whether description key matching occurs during point creation.



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

Syntax

C#

public PropertyBoolean DisableDescriptionKeys { get; }

VB

Public ReadOnly Property DisableDescriptionKeys As PropertyBoolean
	Get

C++

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

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?