STK ObjectsSend comments on this topic.
TurnSpacing Property (IAgAntennaModelHelix)
See Also
Windows





Windows & Linux

Description

Gets or sets the turn spacing.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TurnSpacing() As Double
[C#]
public double TurnSpacing {get; set;}
[Managed C++]
public: __property double get_TurnSpacing();
public: __property void set_TurnSpacing( double );
[Unmanaged C++]
public: HRESULT get_TurnSpacing(
    double * pVal
);
public: HRESULT put_TurnSpacing(
    double val
);
[Java]
public double getTurnSpacing();
public void setTurnSpacing(
    double
);
[Python - STK API ]
@property
def TurnSpacing(self) -> float:

@TurnSpacing.setter
def TurnSpacing(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.