FieldDomainPointsByUV(IList<UV>) Constructor

FieldDomainPointsByUV(IListUV) Constructor

Initializes a new instance of the FieldDomainPointsByUV class

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public FieldDomainPointsByUV(
	IList<UV> points
)
Public Sub New ( 
	points As IList(Of UV)
)
public:
FieldDomainPointsByUV(
	IList<UV^>^ points
)
new : 
        points : IList<UV> -> FieldDomainPointsByUV

Parameters

points  IListUV
 
See Also