Gets or sets the description format string for the point.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public string DescriptionFormat { get; set; }
Visual Basic
Public Property DescriptionFormat As String
	Get
	Set
Visual C++
public:
property String^ DescriptionFormat {
	String^ get ();
	void set (String^ value);
}

Remarks

If the DescriptionFormat has not been set, this property returns String.Empty.

See Also