ArcGIS Pro 2.9 API Reference Guide
SetIDCoords Method

ArcGIS.Core.Geometry Namespace > EnvelopeBuilderEx Class : SetIDCoords Method
One of the id-coordinates
One of the id-coordinates
Sets the id-coordinates, that is, IDMin and IDMax. Also sets HasID = true.
Syntax
public void SetIDCoords( 
   int id1,
   int id2
)
Public Sub SetIDCoords( _
   ByVal id1 As Integer, _
   ByVal id2 As Integer _
) 

Parameters

id1
One of the id-coordinates
id2
One of the id-coordinates
Remarks
This method will figure out which value to set as IDMin and IDMax.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EnvelopeBuilderEx Class
EnvelopeBuilderEx Members