AGI STK Objects 11 Send comments on this topic.
Duration Property (IAgVORefCrdnAxes)
See Also 





Description

The length of time during which the geometric element is visible. Uses Time Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Duration();
public: __property void set_Duration(
double
);

[Unmanaged C++]
public: HRESULT get_Duration(
double * pRetVal
);
public: HRESULT put_Duration(
double NewDuration
);

[Java]
public double getDuration();public void setDuration(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1