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





Windows & Linux

Description

Property used to access the Relative Length.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RelativeLength() As Double
[C#]
public double RelativeLength {get; set;}
[Managed C++]
public: __property double get_RelativeLength();
public: __property void set_RelativeLength( double );
[Unmanaged C++]
public: HRESULT get_RelativeLength(
    double * pRetVal
);
public: HRESULT put_RelativeLength(
    double RelativeLength
);
[Java]
public double getRelativeLength();
public void setRelativeLength(
    double
);
[Python - STK API ]
@property
def RelativeLength(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.