Gets or sets the name of the Cogo Point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public string PointName { get; set; } |
Visual Basic |
---|
Public Property PointName As String
Get
Set |
Visual C++ |
---|
public:
property String^ PointName {
String^ get ();
void set (String^ value);
} |
Remarks
Exceptions
Exception | Condition |
---|
System..::..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.
|
System..::..ArgumentException |
Thrown when:
- The PointName contains invalid characters such as "+", "*", "&" and "^".
- Another existing CogoPoint has the same PointName.
|
See Also