Share

CogoPoint.PointName Property

Gets or sets the name of the Cogo Point.



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

Syntax

C#

public string PointName { get; set; }

VB

Public Property PointName As String
	Get
	Set

C++

public:
property String^ PointName {
	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.
ArgumentException Thrown when:
  • The PointName contains invalid characters such as "+", "*", "&" and "^".
  • Another existing CogoPoint has the same PointName.

Remarks

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

See Also

Reference

Was this information helpful?