Share

PointGroup.PointsCount Property

Gets the number of points in the PointGroup.



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

Syntax

C#

public uint PointsCount { get; }

VB

Public ReadOnly Property PointsCount As UInteger
	Get

C++

public:
property unsigned int PointsCount {
	unsigned int get ();
}

Property Value

UInt32

See Also

Reference

Was this information helpful?