[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