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


ITypeInfo.RemoteGetVarDesc Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Interfaces > IT > ITypeInfo Interface > ITypeInfo.RemoteGetVarDesc Method
ArcGIS Developer Help

ITypeInfo.RemoteGetVarDesc Method

[Visual Basic .NET]
Public Sub RemoteGetVarDesc ( _
    ByVal index As Integer, _
    ByVal ppVarDesc As IntPtr, _
    ByRef pDummy As Integer _
)
[C#]
public void RemoteGetVarDesc (
    uint index,
    IntPtr ppVarDesc,
    ref uint pDummy
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

ITypeInfo Interface