AGI STK Objects 11 Send comments on this topic.
AngularResolution Property (IAgSnRectangularPattern)
See Also 





Description

Angular separation between points in a pattern

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AngularResolution() As System.Object

[C#]
public System.Object AngularResolution {get; set;}

[Managed C++]
public: __property VARIANT get_AngularResolution();
public: __property void set_AngularResolution(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_AngularResolution(
VARIANT * pRetVal
);
public: HRESULT put_AngularResolution(
VARIANT NewAngularResolution
);

[Java]
public Variant getAngularResolution();public void setAngularResolution(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1