AGI STK Objects 11 Send comments on this topic.
SpacingX Property (IAgElementConfigurationPolygon)
See Also 





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 * pRetVal
);
public: HRESULT put_SpacingX(
double NewSpacingX
);

[Java]
public double getSpacingX();public void setSpacingX(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1