CogoPointDescriptionFormat Property |
Gets or sets the description format string for the point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string DescriptionFormat { get; set; }
Public Property DescriptionFormat As String
Get
Set
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