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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1