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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1