ESRI.ArcGIS.ADF.IMS
Add Method
See Also 
ESRI.ArcGIS.ADF.IMS.Geometry Namespace > PathCollection Class : Add Method




p
The Path object to add to the collection.
Adds a Path to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Add( _
   ByVal p As Path _
) 
Visual Basic (Usage)Copy Code
Dim instance As PathCollection
Dim p As Path
 
instance.Add(p)
C# 
public void Add( 
   Path p
)

Parameters

p
The Path object to add to the collection.

Example

For an example, see Polyline .

See Also

© 2010 All Rights Reserved.