PointsToAdd Property

Gets an array of point numbers for CogoPoints that will be added to the PointGroup.

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

Syntax

C#

public uint[] PointsToAdd { get; }

Visual Basic

Public ReadOnly Property PointsToAdd As UInteger()
	Get

Visual C++

public:
property array<unsigned int>^ PointsToAdd {
	array<unsigned int>^ get ();
}

Remarks

The Description property for newly created CogoPoints is empty.

See Also