AGI STK Object Broker 11 Send comments on this topic.
OnDemote Event (AgStkBroker)
See Also 
Sender
OldObjectPath
DemotedObjectPath





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  onDemote(
IAgStkBroker Sender,
String OldObjectPath,
String DemotedObjectPath
);

[Unmanaged C++]
public: HRESULT OnDemote(
IAgStkBroker * Sender,
BSTR OldObjectPath,
BSTR DemotedObjectPath
);

Parameters

Sender
OldObjectPath
DemotedObjectPath

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1