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


IMoniker.RemoteBindToStorage Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Interfaces > IM > IMoniker Interface > IMoniker.RemoteBindToStorage Method
ArcGIS Developer Help

IMoniker.RemoteBindToStorage Method

[Visual Basic .NET]
Public Sub RemoteBindToStorage ( _
    ByVal pbc As IBindCtx, _
    ByVal pmkToLeft As IMoniker, _
    ByRef riid As Guid&, _
    ByRef ppvObj As Object _
)
[C#]
public void RemoteBindToStorage (
    IBindCtx pbc,
    IMoniker pmkToLeft,
    ref Guid& riid,
    ref object ppvObj
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IMoniker Interface