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


ITypeInfo.RemoteGetDocumentation Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalystUI)  

ITypeInfo.RemoteGetDocumentation Method

[Visual Basic .NET]
Public Sub RemoteGetDocumentation ( _
    ByVal memid 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 memid,
    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

ITypeInfo Interface