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


IMoniker.RelativePathTo 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.RelativePathTo Method
ArcGIS Developer Help

IMoniker.RelativePathTo Method

[Visual Basic .NET]
Public Sub RelativePathTo ( _
    ByVal pmkOther As IMoniker, _
    ByRef ppmkRelPath As IMoniker _
)
[C#]
public void RelativePathTo (
    IMoniker pmkOther,
    ref IMoniker ppmkRelPath
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IMoniker Interface