com.esri.arcgis.carto
Interface ITinIdentifyObj2

All Superinterfaces:
Serializable
All Known Implementing Classes:
SimpleTinIdentifyObj

public interface ITinIdentifyObj2
extends Serializable

Provides access to query TIN.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void getLocation(IPoint[] ppPoint)
          Retrieves the coordinates of the location that was identified.
 void getPropAndValues(int index, String[] property, String[] value)
          Used to get the set of properties and values from a TinIdentifyObject.
 void setupEntity()
          Initializes the array that stores the properties and values which are to be displayed by the ID dialog.
 

Method Detail

getPropAndValues

void getPropAndValues(int index,
                      String[] property,
                      String[] value)
                      throws IOException,
                             AutomationException
Used to get the set of properties and values from a TinIdentifyObject.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
index - The index (in)
property - The property (out: use single element array)
value - The value (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setupEntity

void setupEntity()
                 throws IOException,
                        AutomationException
Initializes the array that stores the properties and values which are to be displayed by the ID dialog.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocation

void getLocation(IPoint[] ppPoint)
                 throws IOException,
                        AutomationException
Retrieves the coordinates of the location that was identified.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppPoint - A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.