Gets a collection of PointGroups matched by the point group query.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public IList<string> PointGroups { get; }
VB
Public ReadOnly Property PointGroups As IList(Of String) Get
C++
public: property IList<String^>^ PointGroups { IList<String^>^ get (); }
Property Value
IListStringExample
C#
1!ERROR: See log file!
VB
1!ERROR: See log file!