Returns the name of the invalid point group.

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

Syntax

C#
public string InvalidPointGroup { get; }
Visual Basic
Public ReadOnly Property InvalidPointGroup As String
	Get
Visual C++
public:
property String^ InvalidPointGroup {
	String^ get ();
}

Return Value

The point group name specified in the query that caused the error.

See Also