STK ObjectsSend comments on this topic.
RelativeToMaximum Property (IAgRadarCrossSectionVolumeGraphics)
See Also
Windows





Windows & Linux

Description

The contours value represents the gain value relative to the maximum.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RelativeToMaximum() As Boolean
[C#]
public bool RelativeToMaximum {get; set;}
[Managed C++]
public: __property bool get_RelativeToMaximum();
public: __property void set_RelativeToMaximum( bool );
[Unmanaged C++]
public: HRESULT get_RelativeToMaximum(
    VARIANT_BOOL * pVal
);
public: HRESULT put_RelativeToMaximum(
    VARIANT_BOOL val
);
[Java]
public bool getRelativeToMaximum();
public void setRelativeToMaximum(
    bool
);
[Python - STK API ]
@property
def RelativeToMaximum(self) -> bool:

@RelativeToMaximum.setter
def RelativeToMaximum(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.