STK AstrogatorSend comments on this topic.
LastRunCode Property (IAgVAMCSSegmentProperties)
See Also
Windows





Windows & Linux

Description

Get the last run code returned by the segment.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property LastRunCode() As AgEVARunCode
[C#]
public AgEVARunCode LastRunCode {get;}
[Managed C++]
public: __property AgEVARunCode get_LastRunCode();
[Unmanaged C++]
public: HRESULT get_LastRunCode(
    AgEVARunCode * pVal
);
[Java]
public AgEVARunCode getLastRunCode();
[Python - STK API ]
@property
def LastRunCode(self) -> "AgEVARunCode":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.