2022 Class
Changes 0
C

ValueAtPoint

Description:
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
Name Return Type Description Inherited From
C ValueAtPoint(IList<Double>) None Creates object from an array of values
C ValueAtPoint(ValueAtPoint) None Creates a copy of the given ValueAtPoint instance.
Name Return Type Description Inherited From
M ClearAllFlags() None Sets flags for all measurements to ValueAtPointFlags::None. ValueAtPointBase
M ClearFlagsAt(Int32) None Sets flags for the given measurement to ValueAtPointFlags::None. ValueAtPointBase
M Dispose() None Releases all resources used by the ValueAtPointBase
M GetFlags(Int32) int Returns flags for the given measurement. ValueAtPointBase
M SetFlags(IList<Int32>) None Independently sets the flags associated to all measurements. ValueAtPointBase
M SetFlags(Int32) None Sets the flags associated to all measurements to the same value. ValueAtPointBase
M SetFlags(Int32, Int32) None Sets the flags associated to a given measurement. ValueAtPointBase
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. ValueAtPointBase