ArcObjects Library Reference  (Schematic)    

INgPoints Interface

Provides access to an enumeration of points.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Members

Description
Read-only property _NewEnum Retrieves an IEnumVariant interface that enumerates the collection's content. This method supports the FOR EACH statement in VB.
Method Add Adds a new point in the collection.
Method Clear Removes all the INgPoints from the collection.
Read-only property Count Number of points in the collection.
Read-only property Item The point 'index' item in the collection.
Method Remove Removes the point 'index' item from the collection.

CoClasses that implement INgPoints

CoClasses and Classes Description
NgPoints Graphic points collection object.

See Also

INgPoint Interface

 


Feedback Send feedback on this page