AGI STK VGT 11 Send comments on this topic.
State Property (IAgCrdnEventIntervalSmartInterval)
See Also 





Description

A state of the smart interval.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property State() As AgECrdnSmartIntervalState

[C#]
public AgECrdnSmartIntervalState State {get; set;}

[Managed C++]
public: __property AgECrdnSmartIntervalState get_State();
public: __property void set_State(
AgECrdnSmartIntervalState
);

[Unmanaged C++]
public: HRESULT get_State(
AgECrdnSmartIntervalState * pRetVal
);
public: HRESULT put_State(
AgECrdnSmartIntervalState NewState
);

[Java]
public AgECrdnSmartIntervalState getState();public void setState(
AgECrdnSmartIntervalState
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1