STK Object BrokerSend comments on this topic.
OnDemote Method (IAgStkBrokerEvents)
See Also
Sender
OldObjectPath
DemotedObjectPath
Windows





Windows & Linux

Description

Event triggered when a Heavy object is demoted to an MTO track.

Syntax

[Visual Basic .NET]
Public Sub OnDemote( _
    ByVal Sender As IAgStkBroker, _
    ByVal OldObjectPath As String, _
    ByVal DemotedObjectPath As String _
)
[C#]
public void OnDemote(
    IAgStkBroker Sender,
    string OldObjectPath,
    string DemotedObjectPath
);
[Managed C++]
public: void OnDemote(
    IAgStkBroker ^ Sender,
    String __gc ^ OldObjectPath,
    String __gc ^ DemotedObjectPath
);
[Unmanaged C++]
public: HRESULT OnDemote(
    IAgStkBroker * Sender,
    BSTR OldObjectPath,
    BSTR DemotedObjectPath
);
[Java]
public void onDemote(
    IAgStkBroker Sender,
    String OldObjectPath,
    String DemotedObjectPath
);

Parameters

Sender
OldObjectPath
DemotedObjectPath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.