Share

SettingsCmdCreatePoints.SettingsCmdPointsCreation.DefaultDescription Property

Gets or sets the description that is automatically assigned by the point creation commands when Prompt For Descriptions is set to Automatic.



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

Syntax

C#

public PropertyString DefaultDescription { get; }

VB

Public ReadOnly Property DefaultDescription As PropertyString
	Get

C++

public:
property PropertyString^ DefaultDescription {
	PropertyString^ get ();
}

Property Value

PropertyString

See Also

Reference

Was this information helpful?