com.esri.arcgis.trackinganalyst
Interface IGeneralLibraryObject

All Superinterfaces:
Serializable
All Known Implementing Classes:
GeneralLibraryObject

public interface IGeneralLibraryObject
extends Serializable

Provides access to methods and properties used with the general library object.

Product Availability

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


Method Summary
 Object getVObject()
          A reference to a COM objects wrapped up in a variant.
 void setVObject(Object pVal)
          A reference to a COM objects wrapped up in a variant.
 

Method Detail

getVObject

Object getVObject()
                  throws IOException,
                         AutomationException
A reference to a COM objects wrapped up in a variant.

Product Availability

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

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

setVObject

void setVObject(Object pVal)
                throws IOException,
                       AutomationException
A reference to a COM objects wrapped up in a variant.

Product Availability

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

Parameters:
pVal - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.