This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IG > IGeneralLibraryObject Interface > IGeneralLibraryObject.vObject Property (ArcObjects .NET 10.5 SDK) |
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