ESRI.ArcGIS.Mobile.Client
StartGeometryCollection(Geometry,Geometry,Point,Point,Boolean,Boolean) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.GeometryCollectionMethods Namespace > GpsVertexCollectionMethod Class > StartGeometryCollection Method : StartGeometryCollection(Geometry,Geometry,Point,Point,Boolean,Boolean) Method

geometry
highlightedGeometry
startPoint
endPoint
asRefPoint
withUI

Syntax

Visual Basic (Declaration) 
Public Overloads Sub StartGeometryCollection( _
   ByVal geometry As Geometry, _
   ByVal highlightedGeometry As Geometry, _
   ByVal startPoint As Point, _
   ByVal endPoint As Point, _
   ByVal asRefPoint As Boolean, _
   ByVal withUI As Boolean _
) 
C# 
public void StartGeometryCollection( 
   Geometry geometry,
   Geometry highlightedGeometry,
   Point startPoint,
   Point endPoint,
   bool asRefPoint,
   bool withUI
)

Parameters

geometry
highlightedGeometry
startPoint
endPoint
asRefPoint
withUI

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also