STK ObjectsSend 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 Command
);
[Java]
public String getReceiveStationPath();
public void setReceiveStationPath(
    String
);
[Python - STK API ]
@property
def ReceiveStationPath(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.