Gets or sets the time of the switch between one element set and a second set. Not used when the Switching Method is Disabled.
Read-write property
[Visual Basic .NET] |
---|
Public Property SwitchTime() As System.Object |
[C#] |
---|
public System.Object SwitchTime {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_SwitchTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_SwitchTime( VARIANT * pVal ); public: HRESULT put_SwitchTime( VARIANT SwitchTime ); |
[Java] |
---|
public AgVariant getSwitchTime(); public void setSwitchTime( AgVariant ); |