STK ObjectsSend comments on this topic.
RelativeWidth Property (IAgEOIRStagePlume)
See Also
Windows





Windows & Linux

Description

Property used to access the Relative Width.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RelativeWidth() As Double
[C#]
public double RelativeWidth {get; set;}
[Managed C++]
public: __property double get_RelativeWidth();
public: __property void set_RelativeWidth( double );
[Unmanaged C++]
public: HRESULT get_RelativeWidth(
    double * pRetVal
);
public: HRESULT put_RelativeWidth(
    double RelativeWidth
);
[Java]
public double getRelativeWidth();
public void setRelativeWidth(
    double
);
[Python - STK API ]
@property
def RelativeWidth(self) -> float:

@RelativeWidth.setter
def RelativeWidth(self, RelativeWidth:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.