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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_ReceiveStationPath();
public: __property void set_ReceiveStationPath(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_ReceiveStationPath(
BSTR * pRetVal
);
public: HRESULT put_ReceiveStationPath(
BSTR NewReceiveStationPath
);

[Java]
public String getReceiveStationPath();public void setReceiveStationPath(
String
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface