Click or drag to resize
PbIsovaluesList Methods

The PbIsovaluesList type exposes the following members.

Methods
  NameDescription
Public methodCopyFrom(PbBase)

Assignment operator.

(Inherited from PbBase.)
Public methodCopyFrom(PbIsovaluesList)

Assignment operator.

Public methodEnableConnection

Activates/deactivates the mechanism of connection.

(Inherited from PbBase.)
Public methodEquals
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetIsoList

Returns information about the isovalue list.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsConnectionEnabled

Returns true if the connection mechanism is active, otherwise false.

(Inherited from PbBase.)
Public methodSetIrregularIsoList

Creates an irregular isovalue list with numValues values.

Public methodSetRegularIsoList(Int32)

Creates a regular isovalue list with numValues values.

Public methodSetRegularIsoList(Int32, Single)

Creates a new regular isovalue list, but the current number of isovalues is kept.

Public methodSetRegularIsoList(Single, Single)

Creates a new regular isovalue list, but the current number of isovalues is kept.

Public methodSetRegularIsoList(Int32, Single, Single)

Creates a regular isovalue list with numValues values.

Public methodSetRegularIsoList(Int32, Single, Int32)

Creates a regular isovalue list with numValues values.

Public methodSetRegularIsoList(Single, Single, Int32)

Creates a regular isovalue list with numValues values.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTouch

Simulates the changing of an instance of this object, so all connected objects are informed of this change.

(Inherited from PbBase.)
Top
See Also