Click or drag to resize
SoFieldContainer Methods

The SoFieldContainer type exposes the following members.

Methods
  NameDescription
Public methodCopyFieldValues(SoFieldContainer)
Calls CopyFieldValues(fc, false).
Public methodCopyFieldValues(SoFieldContainer, Boolean)

Copies the contents of fc's fields into this object's fields.

Public methodDispose
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.)
Public methodEnableNotify

Notification at this Field Container is enabled (if flag == true) or disabled (if flag == false).

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFieldsAreEqual

Returns true if this object's fields are exactly equal to fc's fields.

Public methodGet

Returns the values of the fields of this object in the Open Inventor ASCII file format in the given string.

Public methodGetAllFields

Returns a list of fields, including the eventIn's and eventOut's.

Public methodGetEventIn

Returns a the eventIn with the given name.

Public methodGetEventOut

Returns the eventOut with the given name.

Public methodGetField

Returns a the field of this object whose name is fieldName.

Public methodGetFieldName

Returns the name of the given field in the fieldName argument.

Public methodGetFields

Appends references to all of this object's fields to resultList, and returns the number of fields appended.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetName

Returns the name of an instance.

(Inherited from SoBase.)
Public methodGetStringName (Inherited from SoBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasDefaultValues

Returns true if all of the object's fields have their default values.

Public methodIsNotifyEnabled

Notification is the process of telling interested objects that this object has changed.

Public methodIsSynchronizable

Gets the ScaleViz synchronizable state of this object.

(Inherited from SoBase.)
Public methodSet

Sets one or more fields in this object to the values specified in the given string, which should be a string in the Open Inventor file format.

Public methodSetName (Inherited from SoBase.)
Public methodSetSynchronizable

Sets this to be a ScaleViz synchronizable object.

(Inherited from SoBase.)
Public methodSetToDefaults

Sets all fields in this object to their default values.

Public methodToString
Converts this SoBase structure to a human readable string.
(Inherited from SoBase.)
Public methodTouch

Marks an instance as modified, simulating a change to it.

(Inherited from SoBase.)
Top
See Also