RVTDocs.com

FieldDomainPointsByXYZ

Constructor
Description:
Creates object from an array of three-dimensional point coordinates
Syntax
public FieldDomainPointsByXYZ(
	IList<XYZ> points
)
Parameters
Parameter Type Description
points IList Array of three-dimensional point coordinates representing domain points
Return Value
Exceptions
Exception Condition
ArgumentException Thrown when supplied array points contain too many members (over 1000)
ArgumentNullException A non-optional argument was null