CanApproximate Method
Indicates if Analytical Model can be approximated or not.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:  2011

Syntax

C#
public bool CanApproximate()
Visual Basic
Public Function CanApproximate As Boolean
Visual C++
public:
bool CanApproximate()

Return Value

True if Analytical Model can be approximated; false otherwise.

See Also