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





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 * pRetVal
);
public: HRESULT put_ResolutionType(
AgECvResolution NewResolutionType
);

[Java]
public AgECvResolution getResolutionType();public void setResolutionType(
AgECvResolution
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1