com.esri.arcgis.trackinganalyst
Interface ITAProtectedNames2

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITAProtectedNames2Proxy

public interface ITAProtectedNames2
extends Serializable

Provides access to properties of an internally used object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 int connect()
          The protected names dummy connect indicator.
 int count()
          The protected names dummy count value.
 int disconnect()
          The protected names dummy disconnect indicator.
 int hWnd()
          The protected names dummy window handle.
 int plugIn()
          The protected names dummy plug-in identifier.
 int postMessage()
          The protected names dummy post message ID.
 int reset()
          The protected names dummy reset status.
 int type()
          The protected names dummy type value.
 int update()
          The protected names dummy update value.
 int value()
          The protected names dummy integer value.
 

Method Detail

plugIn

int plugIn()
           throws IOException,
                  AutomationException
The protected names dummy plug-in identifier.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

reset

int reset()
          throws IOException,
                 AutomationException
The protected names dummy reset status.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

connect

int connect()
            throws IOException,
                   AutomationException
The protected names dummy connect indicator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

postMessage

int postMessage()
                throws IOException,
                       AutomationException
The protected names dummy post message ID.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

disconnect

int disconnect()
               throws IOException,
                      AutomationException
The protected names dummy disconnect indicator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

update

int update()
           throws IOException,
                  AutomationException
The protected names dummy update value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

hWnd

int hWnd()
         throws IOException,
                AutomationException
The protected names dummy window handle.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

type

int type()
         throws IOException,
                AutomationException
The protected names dummy type value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

value

int value()
          throws IOException,
                 AutomationException
The protected names dummy integer value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

count

int count()
          throws IOException,
                 AutomationException
The protected names dummy count value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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