AGI STK Objects 11Send 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 NewCommandStationPath
);
[Java]
public String getCommandStationPath();public void setCommandStationPath(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.