ArcObjects Library Reference (TrackingAnalystUI)  

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