STK ObjectsSend comments on this topic.
CommandStationPath Property (IAgFmDefSystemResponseTime)
See Also
Windows





Windows & Linux

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 Command
);
[Java]
public String getCommandStationPath();
public void setCommandStationPath(
    String
);
[Python - STK API ]
@property
def CommandStationPath(self) -> str:

@CommandStationPath.setter
def CommandStationPath(self, Command:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.