STK Object BrokerSend comments on this topic.
OnDemote Event (AgStkBroker)
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 Event 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
);
[Java]
public void onDemote(
    IAgStkBroker Sender,
    String OldObjectPath,
    String DemotedObjectPath
);
[Unmanaged C++]
public: HRESULT OnDemote(
    IAgStkBroker * Sender,
    BSTR  OldObjectPath,
    BSTR  DemotedObjectPath
);

Parameters

Sender
OldObjectPath
DemotedObjectPath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.