Field Members


The Field type exposes the following members.

Methods

Name Description
Public method CompatibleDisplayUnitType
Checks if the specified type is compatible with the field description.
Public method Dispose
Releases all resources used by the Field
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method SubEntityReadAccessGranted
Checks whether there is read access to subentities storable in this field.
Public method SubEntityWriteAccessGranted
Checks whether there is write access to subentities storable in this field.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property ContainerType
Reports whether this is a simple field containing one value, or a container of multiple values.
Public property Documentation
The overall description of the Field.
Public property FieldName
The name of the field.
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public property KeyType
The type of the keys stored in the field.
Public property Schema
The Schema to which this Field belongs.
Public property SubSchema
The Schema describing the subentity (or subentities) stored in this Field.
Public property SubSchemaGUID
The GUID of the Schema describing the subentity (or subentities) stored in this Field.
Public property UnitType
The type of units represented by values stored in this field
Public property ValueType
The type of the values stored in the field.

See Also