ValueAtPoint
Description:
Stores values at one domain point. Each value corresponds to a "measurement" for which this value was calculated.
Stores values at one domain point. Each value corresponds to a "measurement" for which this value was calculated.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ValueAtPointBase
Autodesk.Revit.DB.Analysis.ValueAtPoint
System.Object
Autodesk.Revit.DB.ValueAtPointBase
Autodesk.Revit.DB.Analysis.ValueAtPoint
public class ValueAtPoint : ValueAtPointBase
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ValueAtPoint(IList<Double>) | None | Creates object from an array of values | |
| ValueAtPoint(ValueAtPoint) | None | Creates a copy of the given ValueAtPoint instance. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ClearAllFlags() | None | Sets flags for all measurements to ValueAtPointFlags::None. | ValueAtPointBase |
| ClearFlagsAt(Int32) | None | Sets flags for the given measurement to ValueAtPointFlags::None. | ValueAtPointBase |
| Dispose() | None | Releases all resources used by the | ValueAtPointBase |
| GetFlags(Int32) | int | Returns flags for the given measurement. | ValueAtPointBase |
| SetFlags(IList<Int32>) | None | Independently sets the flags associated to all measurements. | ValueAtPointBase |
| SetFlags(Int32) | None | Sets the flags associated to all measurements to the same value. | ValueAtPointBase |
| SetFlags(Int32, Int32) | None | Sets the flags associated to a given measurement. | ValueAtPointBase |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | ValueAtPointBase |