Name Return Type Description Inherited From
M CompatibleUnit(ForgeTypeId) bool Checks if the specified unit is compatible with the field description.
M Dispose() None Releases all resources used by the Field
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetSpecTypeId() ForgeTypeId Gets the spec describing the values stored in this field.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M SubEntityReadAccessGranted() bool Checks whether there is read access to subentities storable in this field.
M SubEntityWriteAccessGranted() bool Checks whether there is write access to subentities storable in this field.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P ContainerType ContainerType Reports whether this is a simple field containing one value, or a container of multiple values.
P Documentation string The overall description of the Field.
P FieldName string The name of the field.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P KeyType Type The type of the keys stored in the field.
P Schema Schema The Schema to which this Field belongs.
P SubSchema Schema The Schema describing the subentity (or subentities) stored in this Field.
P SubSchemaGUID Guid The GUID of the Schema describing the subentity (or subentities) stored in this Field.
P ValueType Type The type of the values stored in the field.