Share

PointGroupQueryInvalidPointGroupValueException.InvalidPointGroup Property

Returns the name of the invalid point group.



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

Syntax

C#

public string InvalidPointGroup { get; }

VB

Public ReadOnly Property InvalidPointGroup As String
	Get

C++

public:
property String^ InvalidPointGroup {
	String^ get ();
}

Return Value

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

See Also

Reference

Was this information helpful?