AGI STK Object Broker 11 Send comments on this topic.
OnSelectedPathRemove Event (AgStkOutputObjectPathCollection)
See Also 
Sender
ObjectPath





Description

A path has been removed from output.

Syntax

[Visual Basic .NET]
Public Event OnSelectedPathRemove( _
   ByVal Sender As AgStkOutputObjectPathCollection, _
   ByVal ObjectPath As String _
)

[C#]
public void OnSelectedPathRemove(
AgStkOutputObjectPathCollection Sender,
string ObjectPath
);

[Managed C++]
public: void OnSelectedPathRemove(
AgStkOutputObjectPathCollection ^ Sender,
String __gc ^ ObjectPath
);

[Java]
public  onSelectedPathRemove(
AgStkOutputObjectPathCollection Sender,
String ObjectPath
);

[Unmanaged C++]
public: HRESULT OnSelectedPathRemove(
AgStkOutputObjectPathCollection * Sender,
BSTR ObjectPath
);

Parameters

Sender
ObjectPath

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1