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


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

IMoniker.ComposeWith Method

[Visual Basic .NET]
Public Sub ComposeWith ( _
    ByVal pmkRight As IMoniker, _
    ByVal fOnlyIfNotGeneric As Integer, _
    ByRef ppmkComposite As IMoniker _
)
[C#]
public void ComposeWith (
    IMoniker pmkRight,
    int fOnlyIfNotGeneric,
    ref IMoniker ppmkComposite
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IMoniker Interface