Share

PointGroupChangeInfo.PointsToRemove Property

Gets an array of point numbers for CogoPoints that will be removed from the PointGroup.



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

Syntax

C#

public uint[] PointsToRemove { get; }

VB

Public ReadOnly Property PointsToRemove As UInteger()
	Get

C++

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

Property Value

UInt32

See Also

Reference

Was this information helpful?