STK ObjectsSend comments on this topic.
SpacingX Property (IAgElementConfigurationPolygon)
See Also
Windows





Windows & Linux

Description

Gets or sets the spacing of the elements in the x direction, in wavelengths.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpacingX() As Double
[C#]
public double SpacingX {get; set;}
[Managed C++]
public: __property double get_SpacingX();
public: __property void set_SpacingX( double );
[Unmanaged C++]
public: HRESULT get_SpacingX(
    double * pVal
);
public: HRESULT put_SpacingX(
    double val
);
[Java]
public double getSpacingX();
public void setSpacingX(
    double
);
[Python - STK API ]
@property
def SpacingX(self) -> float:

@SpacingX.setter
def SpacingX(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.