isee.NET Framework Documentation

Knob Members

Knob overview

Public Static (Shared) Methods

Equals (inherited from Object) Determines whether the specified Object instances are considered equal.
ReferenceEquals (inherited from Object) Determines whether the specified Object instances are the same instance.

Public Instance Constructors

Knob Constructor Creates a new knob

Public Instance Properties

Color The color of the knob
CurrentValue (inherited from Input) The current value of the input
Description The description of the knob from the document cache of the model entity it controls
Entity (inherited from Input) The model entity name of this input
EntityType (inherited from Input) The type of entity
Height Height of the knob
Increment The increment the knob uses between min and max values
Index (inherited from Input) The index of this input as assigned by the simulation engine
InitialValue (inherited from Input) The initial value of this input
Max The maximum value of the knob
Min The minimum value of the knob
Name (inherited from Input) The name of this input
Precision The number of digits after the decimal place the knob uses to display and store values
ShowName Display the knob name?
Simulation (inherited from Input) The iseesystems.iseeNET.Simulation to which this input belongs
Width Width of the knob
XPosition The x position of the knob on the interface layer of the model
YPosition The y position of the knob on the interface layer of the model

Public Instance Methods

CopyTo (inherited from Input) Copy this input to another input
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Knob Class | iseesystems.iseeNET Namespace