Share

SettingsGeneral.SettingsStyles.NoteLabel Property

Gets the default style to use when inserting Note labels.



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

Syntax

C#

public PropertyString NoteLabel { get; }

VB

Public ReadOnly Property NoteLabel As PropertyString
	Get

C++

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

Property Value

PropertyString

See Also

Reference

Was this information helpful?