STK ObjectsSend comments on this topic.
TimeArrayIncrement Property (IAgScAnimation)
See Also
Windows





Windows & Linux

Description

Animation Time Array Increment

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeArrayIncrement() As Integer
[C#]
public int TimeArrayIncrement {get; set;}
[Managed C++]
public: __property int get_TimeArrayIncrement();
public: __property void set_TimeArrayIncrement( int );
[Unmanaged C++]
public: HRESULT get_TimeArrayIncrement(
    long * pVal
);
public: HRESULT put_TimeArrayIncrement(
    long pVal
);
[Java]
public int getTimeArrayIncrement();
public void setTimeArrayIncrement(
    int
);
[Python - STK API ]
@property
def TimeArrayIncrement(self) -> int:

@TimeArrayIncrement.setter
def TimeArrayIncrement(self, pVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.