Click or drag to resize

Field Methods

The Field type exposes the following members.

Methods
  NameDescription
Protected methodCreateCppPointer
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValueT
Parametrized version of GetValue calling appropriate ValueAs* methods.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodValueAsBool
Return field value as a bool.
Protected methodValueAsByteArray
Return field as a byte array.
Protected methodValueAsColor4f
Return field as a Rhino.Display.Color4f color value.
Protected methodValueAsDateTime
Return field as a DateTime value.
Protected methodValueAsDouble
Return field value as a double precision number.
Protected methodValueAsFloat
Return field value as floating point number.
Protected methodValueAsGuid
Return field value as Guid.
Protected methodValueAsInt
Return field value as integer.
Public methodValueAsObject
Protected methodValueAsPoint2d
Return field as a Rhino.Geometry.Point2d color value.
Protected methodValueAsPoint3d
Return field as a Rhino.Geometry.Point3d color value.
Protected methodValueAsPoint4d
Return field as a Rhino.Geometry.Point4d color value.
Protected methodValueAsString
Get field value as a string.
Protected methodValueAsTransform
Return field as a Rhino.Geometry.Transform color value.
Protected methodValueAsVector2d
Return field as a Rhino.Geometry.Vector2d color value.
Protected methodValueAsVector3d
Return field as a Rhino.Geometry.Vector3d color value.
Top
See Also