AGI STK Objects 11 Send comments on this topic.
SmallRegionAlgorithm Property (IAgCvBoundsCustomRegions)
See Also 





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 * pRetVal
);
public: HRESULT put_SmallRegionAlgorithm(
AgECvCustomRegionAlgorithm NewSmallRegionAlgorithm
);

[Java]
public AgECvCustomRegionAlgorithm getSmallRegionAlgorithm();public void setSmallRegionAlgorithm(
AgECvCustomRegionAlgorithm
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1