STK ObjectsSend comments on this topic.
Stage Property (IAgMsEOIR)
See Also
Windows





Windows & Linux

Description

Property used to access missile stage interface.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Stage() As IAgEOIRStage
[C#]
public IAgEOIRStage Stage {get;}
[Managed C++]
public: __property IAgEOIRStage ^ get_Stage();
[Unmanaged C++]
public: HRESULT get_Stage(
    IAgEOIRStage ** ppRetVal
);
[Java]
public IAgEOIRStage getStage();
[Python - STK API ]
@property
def Stage(self) -> "IAgEOIRStage":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.