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





Windows & Linux

Description

Grid resolution.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Resolution() As IAgCvResolution
[C#]
public IAgCvResolution Resolution {get;}
[Managed C++]
public: __property IAgCvResolution ^ get_Resolution();
[Unmanaged C++]
public: HRESULT get_Resolution(
    IAgCvResolution ** ppRetVal
);
[Java]
public IAgCvResolution getResolution();
[Python - STK API ]
@property
def Resolution(self) -> "IAgCvResolution":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.