FieldDomainPointsByXYZ Constructor

Initializes a new instance of the FieldDomainPointsByXYZ class

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public FieldDomainPointsByXYZ(
	IList<XYZ> points
)

Parameters

points  IListXYZ
 
See Also