STK ObjectsSend comments on this topic.
Bounds Property (IAgCvGrid)
See Also
Windows





Windows & Linux

Description

The coverage region.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Bounds() As IAgCvBounds
[C#]
public IAgCvBounds Bounds {get;}
[Managed C++]
public: __property IAgCvBounds ^ get_Bounds();
[Unmanaged C++]
public: HRESULT get_Bounds(
    IAgCvBounds ** ppVal
);
[Java]
public IAgCvBounds getBounds();
[Python - STK API ]
@property
def Bounds(self) -> "IAgCvBounds":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.