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

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
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