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.
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
System.Object
Autodesk.Revit.DB.Analysis.FieldValues
public class FieldValues : IDisposable
| Name | Return Type | Description |
|---|---|---|
| FieldValues(FieldValues) | None | Creates a copy of the given FieldValues instance. |
| FieldValues(IList<ValueAtPoint>) | None | Creates object from an array of domain point values |
| FieldValues(IList<ValueAtPoint>, XYZ) | None | Creates object from an array of domain point values |
| FieldValues(IList<VectorAtPoint>) | None | Creates object from an array of domain point vectors |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |