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






Windows & Linux

Description

Gets or sets the spacing between adjacent elements in wavelengths.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Spacing();
public: __property void set_Spacing(
double
);

[Unmanaged C++]
public: HRESULT get_Spacing(
double * pRetVal
);
public: HRESULT put_Spacing(
double NewSpacing
);

[Java]
public double getSpacing();public void setSpacing(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface