AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_SpacingX(
   double NewSpacingX
);
[Java]
public double getSpacingX();public void setSpacingX(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.