STK ObjectsSend comments on this topic.
SwitchTime Property (IAgVOModelItem)
See Also
Windows





Windows & Linux

Description

The time that the display switches between models. Uses DateFormat Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SwitchTime() As System.Object
[C#]
public System.Object SwitchTime {get; set;}
[Managed C++]
public: __property VARIANT get_SwitchTime();
public: __property void set_SwitchTime( VARIANT );
[Unmanaged C++]
public: HRESULT get_SwitchTime(
    VARIANT * pVal
);
public: HRESULT put_SwitchTime(
    VARIANT pVal
);
[Java]
public AgVariant getSwitchTime();
public void setSwitchTime(
    AgVariant
);
[Python - STK API ]
@property
def SwitchTime(self) -> typing.Any:

@SwitchTime.setter
def SwitchTime(self, pVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.