<Code Lib>
2020 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) FieldValues Creates a copy of the given FieldValues instance.
C FieldValues(IList<ValueAtPoint>) FieldValues Creates object from an array of domain point values
C FieldValues(IList<ValueAtPoint>, XYZ) FieldValues Creates object from an array of domain point values
C FieldValues(IList<VectorAtPoint>) FieldValues 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.

Loading…