StandardPointGroupQueryPointGroups Property |
Gets a collection of PointGroups matched by the point group query.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic IList<string> PointGroups { get; }
Public ReadOnly Property PointGroups As IList(Of String)
Get
public:
property IList<String^>^ PointGroups {
IList<String^>^ get ();
}
Property Value
IListString
ExampleNo code example is currently available or this language may not be supported.
See Also