AGI STK Objects 11 Send comments on this topic.
BoundsType Property (IAgCvGrid)
See Also 
Windows






Windows & Linux

Description

Type of bounds used to define the coverage region.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoundsType() As AgECvBounds

[C#]
public AgECvBounds BoundsType {get; set;}

[Managed C++]
public: __property AgECvBounds get_BoundsType();
public: __property void set_BoundsType(
AgECvBounds
);

[Unmanaged C++]
public: HRESULT get_BoundsType(
AgECvBounds * pRetVal
);
public: HRESULT put_BoundsType(
AgECvBounds NewBoundsType
);

[Java]
public AgECvBounds getBoundsType();public void setBoundsType(
AgECvBounds
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface