STK ObjectsSend comments on this topic.
FieldLineRefresh Property (IAgSpEnvMagFieldGfx)
See Also
Windows





Windows & Linux

Description

Time between refresh of magnetic field lines. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FieldLineRefresh() As Double
[C#]
public double FieldLineRefresh {get; set;}
[Managed C++]
public: __property double get_FieldLineRefresh();
public: __property void set_FieldLineRefresh( double );
[Unmanaged C++]
public: HRESULT get_FieldLineRefresh(
    double * pVal
);
public: HRESULT put_FieldLineRefresh(
    double FieldLineRefresh
);
[Java]
public double getFieldLineRefresh();
public void setFieldLineRefresh(
    double
);
[Python - STK API ]
@property
def FieldLineRefresh(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.