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


ITypeInfo.GetRefTypeInfo 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.GetRefTypeInfo Method
ArcGIS Developer Help

ITypeInfo.GetRefTypeInfo Method

[Visual Basic .NET]
Public Sub GetRefTypeInfo ( _
    ByVal hreftype As Integer, _
    ByRef ppTInfo As Type& _
)
[C#]
public void GetRefTypeInfo (
    uint hreftype,
    ref Type& ppTInfo
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

ITypeInfo Interface