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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.