C

FieldBuilder

Description:
This class is used to create Fields in the Extensible Storage framework.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ExtensibleStorage.FieldBuilder
public class FieldBuilder : IDisposable
Name Return Type Description
C FieldBuilder(FieldBuilder) None Constructs a new copy of the input ESFieldBuilder object.
C FieldBuilder(Field, SchemaBuilder) None Constructs a new FieldBuilder using the field and associated SchemaBuilder object.
Name Return Type Description
M Dispose() None Releases all resources used by the
M NeedsSubSchemaGUID() bool Checks whether the SubSchema GUID needs to be explicitly specified for this field type.
M NeedsUnits() bool Checks whether the field type requires explicit unit conversions.
M Ready() bool Checks whether the builder may be used.
M SetDocumentation(String) FieldBuilder Sets the documentation string for the Field.
M SetSubSchemaGUID(Guid) FieldBuilder Sets the GUID of the Schema of the Entities that are intended to be stored in this field.
M SetUnitType(UnitType) FieldBuilder Sets the type of units for the field.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.