C#
VB
C++
Indicate whether this command uses a state.
public bool HasState { get; set; }
Public Property HasState() As Boolean
Get
Set
public:
property bool HasState
{
bool get()
void set(bool value)
}
true if this command uses a state; otherwise, false. Default value is false.
State is used to store the value if this command uses state.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET