The Field type exposes the following members.

Methods

  NameDescription
Public methodCompatibleDisplayUnitType Obsolete.
Checks if the specified type is compatible with the field description.
Public methodCompatibleUnit
Checks if the specified unit is compatible with the field description.
Public methodDispose
Releases all resources used by the Field
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSpecTypeId
Gets the spec describing the values stored in this field.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSubEntityReadAccessGranted
Checks whether there is read access to subentities storable in this field.
Public methodSubEntityWriteAccessGranted
Checks whether there is write access to subentities storable in this field.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyContainerType
Reports whether this is a simple field containing one value, or a container of multiple values.
Public propertyDocumentation
The overall description of the Field.
Public propertyFieldName
The name of the field.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyKeyType
The type of the keys stored in the field.
Public propertySchema
The Schema to which this Field belongs.
Public propertySubSchema
The Schema describing the subentity (or subentities) stored in this Field.
Public propertySubSchemaGUID
The GUID of the Schema describing the subentity (or subentities) stored in this Field.
Public propertyUnitType Obsolete.
The type of units represented by values stored in this field
Public propertyValueType
The type of the values stored in the field.

See Also