ArcObjects Library Reference (TrackingAnalystUI)  

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