PointGroupChangeInfoPointsToAdd Property |
Gets an array of point numbers for CogoPoints that will be added to the PointGroup.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic uint[] PointsToAdd { get; }
Public ReadOnly Property PointsToAdd As UInteger()
Get
public:
property array<unsigned int>^ PointsToAdd {
array<unsigned int>^ get ();
}
Property Value
UInt32
Remarks
The Description property for newly created CogoPoints is empty.
See Also