AGI STK Objects 11 Send comments on this topic.
CommandStationPath Property (IAgFmDefSystemResponseTime)
See Also 





Description

Instance path for the commanding object. NONE can be used to clear the commanding object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CommandStationPath() As String

[C#]
public string CommandStationPath {get; set;}

[Managed C++]
public: __property String __gc ^ get_CommandStationPath();
public: __property void set_CommandStationPath(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_CommandStationPath(
BSTR * pRetVal
);
public: HRESULT put_CommandStationPath(
BSTR NewCommandStationPath
);

[Java]
public String getCommandStationPath();public void setCommandStationPath(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1