STK ObjectsSend comments on this topic.
StartRange Property (IAgRadarStcAttenuationDecaySlope)
See Also
Windows





Windows & Linux

Description

Gets or sets the start range.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StartRange() As Double
[C#]
public double StartRange {get; set;}
[Managed C++]
public: __property double get_StartRange();
public: __property void set_StartRange( double );
[Unmanaged C++]
public: HRESULT get_StartRange(
    double * pVal
);
public: HRESULT put_StartRange(
    double val
);
[Java]
public double getStartRange();
public void setStartRange(
    double
);
[Python - STK API ]
@property
def StartRange(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.