STK ObjectsSend comments on this topic.
AngularResolution Property (IAgSnComplexConicPattern)
See Also
Windows





Windows & Linux

Description

This is an advanced user field, available only through STK's object model interface. The Angular Resolution field allows a user to set the angular separation between the pattern data points. The default value for the number of pattern samples is 90 points over the Simple Conic (circular) pattern. The default setting is considered sufficient for interpolation and graphics purposes. However, advanced users have the option to increase/decrease the angular resolution of the sample points to conform to their analytical requirements.

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 * pVal
);
public: HRESULT put_AngularResolution(
    VARIANT pVal
);
[Java]
public AgVariant getAngularResolution();
public void setAngularResolution(
    AgVariant
);
[Python - STK API ]
@property
def AngularResolution(self) -> typing.Any:

@AngularResolution.setter
def AngularResolution(self, pVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.