AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_ResolutionType(
AgECvResolution NewResolutionType
);

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

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface