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





Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpacingY() As Double

[C#]
public double SpacingY {get; set;}

[Managed C++]
public: __property double get_SpacingY();
public: __property void set_SpacingY(
double
);

[Unmanaged C++]
public: HRESULT get_SpacingY(
double * pRetVal
);
public: HRESULT put_SpacingY(
double NewSpacingY
);

[Java]
public double getSpacingY();public void setSpacingY(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1