Gets or sets the square feet for this CFunction object. This is SQUARE_FEET in the Product_Function table for iMIS 10.5 and later.

Namespace: Asi.iBO.Events
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public double SquareFeet { get; set; }
Visual Basic
Public Property SquareFeet As Double
	Get
	Set
Visual C++
public:
property double SquareFeet {
	double get ();
	void set (double value);
}

See Also