Gets a collection of PointGroups matched by the point group query.

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

Syntax

C#
public IList<string> PointGroups { get; }
Visual Basic
Public ReadOnly Property PointGroups As IList(Of String)
	Get
Visual C++
public:
property IList<String^>^ PointGroups {
	IList<String^>^ get ();
}

Examples

CopyC#
1!ERROR: See log file!
CopyVB.NET
1!ERROR: See log file!

See Also