Share

StandardPointGroupQuery.PointGroups Property

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

IListString

Example

C#

1!ERROR: See log file!

VB

1!ERROR: See log file!

See Also

Reference

Was this information helpful?