STK ObjectsSend comments on this topic.
SmallRegionAlgorithm Property (IAgCvBoundsCustomRegions)
See Also
Windows





Windows & Linux

Description

Disables or enables one of the two special gridding algorithms triggered when Custom Region grid includes a single small region (longitude span less than 1 deg).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SmallRegionAlgorithm() As AgECvCustomRegionAlgorithm
[C#]
public AgECvCustomRegionAlgorithm SmallRegionAlgorithm {get; set;}
[Managed C++]
public: __property AgECvCustomRegionAlgorithm get_SmallRegionAlgorithm();
public: __property void set_SmallRegionAlgorithm( AgECvCustomRegionAlgorithm );
[Unmanaged C++]
public: HRESULT get_SmallRegionAlgorithm(
    AgECvCustomRegionAlgorithm * pVal
);
public: HRESULT put_SmallRegionAlgorithm(
    AgECvCustomRegionAlgorithm newVal
);
[Java]
public AgECvCustomRegionAlgorithm getSmallRegionAlgorithm();
public void setSmallRegionAlgorithm(
    AgECvCustomRegionAlgorithm
);
[Python - STK API ]
@property
def SmallRegionAlgorithm(self) -> "AgECvCustomRegionAlgorithm":

@SmallRegionAlgorithm.setter
def SmallRegionAlgorithm(self, newVal:"AgECvCustomRegionAlgorithm") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.