FieldDomainPointsByParameter Class

Represents a set of one-dimensional point coordinates (defined usually on curve)
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.AnalysisFieldDomainPoints
    Autodesk.Revit.DB.AnalysisFieldDomainPointsByParameter

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public class FieldDomainPointsByParameter : FieldDomainPoints

The FieldDomainPointsByParameter type exposes the following members.

Constructors
 NameDescription
Public methodFieldDomainPointsByParameterInitializes a new instance of the FieldDomainPointsByParameter class
Top
Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
(Inherited from FieldDomainPoints)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from FieldDomainPoints)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also