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


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

ITypeLib.RemoteGetDocumentation Method

[Visual Basic .NET]
Public Sub RemoteGetDocumentation ( _
    ByVal index As Integer, _
    ByVal refPtrFlags As Integer, _
    ByRef pbstrName As String, _
    ByRef pBstrDocString As String, _
    ByRef pdwHelpContext As Integer, _
    ByRef pBstrHelpFile As String _
)
[C#]
public void RemoteGetDocumentation (
    int index,
    uint refPtrFlags,
    ref string pbstrName,
    ref string pBstrDocString,
    ref uint pdwHelpContext,
    ref string pBstrHelpFile
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

ITypeLib Interface