Share

CogoPoint.RawDescription Property

Gets or sets an unexpanded description for the point, which could be the description entered by the surveyor in the field.



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

Syntax

C#

public string RawDescription { get; set; }

VB

Public Property RawDescription As String
	Get
	Set

C++

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

Property Value

String

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the CogoPoint is a ProjectPoint and is not checked out, and the "Allow Checked-In Points to be Modified" setting is false.

Remarks

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

See Also

Reference

Was this information helpful?