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





Windows & Linux

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 * 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

© 2023 Analytical Graphics, Inc. All Rights Reserved.