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





Windows & Linux

Description

Type of criterion used to define grid resolution.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ResolutionType() As AgECvResolution
[C#]
public AgECvResolution ResolutionType {get; set;}
[Managed C++]
public: __property AgECvResolution get_ResolutionType();
public: __property void set_ResolutionType( AgECvResolution );
[Unmanaged C++]
public: HRESULT get_ResolutionType(
    AgECvResolution * pVal
);
public: HRESULT put_ResolutionType(
    AgECvResolution Resolution
);
[Java]
public AgECvResolution getResolutionType();
public void setResolutionType(
    AgECvResolution
);
[Python - STK API ]
@property
def ResolutionType(self) -> "AgECvResolution":

@ResolutionType.setter
def ResolutionType(self, Resolution:"AgECvResolution") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.