ArcGIS API for Silverlight - Library Reference
GeometryRelationPair Constructor
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GeometryRelationPair Class : GeometryRelationPair Constructor

graphic1Index
Index of the Graphic from graphic1 list of graphics passed to the Relation operation.
graphic2Index
Index of the Graphic from graphic2 list of graphics passed to the Relation operation.
Initializes a new instance of the GeometryRelationPair class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal graphic1Index As Integer, _
   ByVal graphic2Index As Integer _
)
C# 
public GeometryRelationPair( 
   int graphic1Index,
   int graphic2Index
)

Parameters

graphic1Index
Index of the Graphic from graphic1 list of graphics passed to the Relation operation.
graphic2Index
Index of the Graphic from graphic2 list of graphics passed to the Relation operation.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.