This document is archived and information here might be outdated.  Recommended version.


IGeneralLibraryObject.vObject Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IGeneralLibraryObject.vObject Property

A reference to a COM objects wrapped up in a variant.

[Visual Basic .NET]
Public Property vObject As Object
[C#]
public object vObject {get; set;}
[C++]
HRESULT get_vObject(
  VARIANT* pVal
);
[C++]
HRESULT put_vObject(
  VARIANT pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type VARIANT pVal [in] pVal is a parameter of type VARIANT

Product Availability

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

See Also

IGeneralLibraryObject Interface