com.esri.arcgis.carto
Interface ITinIdentifyObj

All Superinterfaces:
Serializable
All Known Implementing Classes:
SimpleTinIdentifyObj

public interface ITinIdentifyObj
extends Serializable

Provides access to query TIN.

Superseded By

ITinIdentifyObj2

Product Availability

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


Method Summary
 void setFeature(IFeature rhs1)
          The Feature property as IFeature.
 void setLocation(IPoint rhs1)
          The Location property as IPoint.
 

Method Detail

setFeature

void setFeature(IFeature rhs1)
                throws IOException,
                       AutomationException
The Feature property as IFeature.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocation

void setLocation(IPoint rhs1)
                 throws IOException,
                        AutomationException
The Location property as IPoint.

Product Availability

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

Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.