FieldDomainPointsByUV(IListUV, ICollectionDouble, ICollectionDouble) 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,
	ICollection<double> uCoordinates,
	ICollection<double> vCoordinates
)

Parameters

points  IListUV
 
uCoordinates  ICollectionDouble
 
vCoordinates  ICollectionDouble
 
See Also