STK ObjectsSend comments on this topic.
Duration Property (IAgVORefCrdnVector)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_Duration(
    double pVal
);
[Java]
public double getDuration();
public void setDuration(
    double
);
[Python - STK API ]
@property
def Duration(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.