Name Return Type Description Inherited From
M Clear(String) None Resets the field to its default value.
M Clear(Field) None Resets the field to its default value.
M Dispose() None Releases all resources used by the Entity
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M Get.FieldType.(String) FieldType Retrieves the value of the field in the entity.
M Get.FieldType.(Field) FieldType Retrieves the value of the field in the entity.
M Get.FieldType.(String, ForgeTypeId) FieldType Retrieves the value of the field in the entity.
M Get.FieldType.(Field, ForgeTypeId) FieldType Retrieves the value of the field in the entity.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsValid() bool Checks whether this Entity has a live Schema corresponding to it.
M ReadAccessGranted() bool Checks whether this Entity may be retrieved by the current add-in.
M RecognizedField(Field) bool Checks whether a Field belongs to the same Schema as this Entity.
M Set.FieldType.(String, FieldType) Set Stores the value of the field in the entity.
M Set.FieldType.(Field, FieldType) Set Stores the value of the field in the entity.
M Set.FieldType.(String, FieldType, ForgeTypeId) Set Stores the value of the field in the entity.
M Set.FieldType.(Field, FieldType, ForgeTypeId) Set Stores the value of the field in the entity.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
M WriteAccessGranted() bool Checks whether this Entity may be stored by the current add-in.
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Schema Schema The Schema describing this Entity.
P SchemaGUID Guid The GUID of the Schema describing this Entity.