FieldDomainPointsByUV Class

Represents a set of two-dimensional point coordinates (defined usually on surface)
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.AnalysisFieldDomainPoints
    Autodesk.Revit.DB.AnalysisFieldDomainPointsByUV

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

The FieldDomainPointsByUV type exposes the following members.

Constructors
 NameDescription
Public methodFieldDomainPointsByUV(IListUV)Initializes a new instance of the FieldDomainPointsByUV class
Public methodFieldDomainPointsByUV(IListUV, ICollectionDouble, ICollectionDouble)Initializes a new instance of the FieldDomainPointsByUV 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 methodSetGridCoordinates 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also