Share

CogoPoint.DescriptionFormat Property

Gets or sets the description format string for the point.



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

Syntax

C#

public string DescriptionFormat { get; set; }

VB

Public Property DescriptionFormat As String
	Get
	Set

C++

public:
property String^ DescriptionFormat {
	String^ get ();
	void set (String^ value);
}

Property Value

String

Remarks

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

See Also

Reference

Was this information helpful?