2024 Class
Changes 0
C

FieldValues

Description:
Contains values corresponding to domain points. Each domain point may have an array of values, each corresponding to a separate "measurement" for which this value was calculated.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Analysis.FieldValues
public class FieldValues : IDisposable
Name Return Type Description
C FieldValues(FieldValues) None Creates a copy of the given FieldValues instance.
C FieldValues(IList<ValueAtPoint>) None Creates object from an array of domain point values
C FieldValues(IList<ValueAtPoint>, XYZ) None Creates object from an array of domain point values
C FieldValues(IList<VectorAtPoint>) None Creates object from an array of domain point vectors
Name Return Type Description
M Dispose() None Releases all resources used by the
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.