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


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

IMoniker.CommonPrefixWith Method

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

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IMoniker Interface