PointGroupQueryInvalidPointGroupValueExceptionInvalidPointGroup Property |
Returns the name of the invalid point group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string InvalidPointGroup { get; }
Public ReadOnly Property InvalidPointGroup As String
Get
public:
property String^ InvalidPointGroup {
String^ get ();
}
Return Value
String
The point group name specified in the query that caused the error.
See Also