RVTDocs.com

FieldBuilder

Class
Description:
This class is used to create Fields in the Extensible Storage framework.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ExtensibleStorage.FieldBuilder
Syntax
public class FieldBuilder : IDisposable
FieldBuilder Class Members:
Name Description Inherited From
FieldBuilder(FieldBuilder) Constructs a new copy of the input ESFieldBuilder object.
FieldBuilder(Field, SchemaBuilder) Constructs a new FieldBuilder using the field and associated SchemaBuilder object.
Name Description Inherited From
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Name Description Inherited From
Dispose Releases all resources used by the FieldBuilder
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
NeedsSubSchemaGUID Checks whether the SubSchema GUID needs to be explicitly specified for this field type.
NeedsUnits Checks whether the field type requires explicit unit conversions.
Ready Checks whether the builder may be used.
SetDocumentation Sets the documentation string for the Field.
SetSpec Sets the spec describing the field's values.
SetSubSchemaGUID Sets the GUID of the Schema of the Entities that are intended to be stored in this field.
ToString Returns a string that represents the current object. (Inherited from Object ) Object