STK ObjectsSend comments on this topic.
Plume Property (IAgEOIRStage)
See Also
Windows





Windows & Linux

Description

Property used to access the stage plume.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.