Creates a selector for the analytical model geometry.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public AnalyticalModelSelector(
AnalyticalCurveSelector inCurveSelector
)
Parameters
- inCurveSelector AnalyticalCurveSelector
-
Portion of the analytical curve in which the client has interest.
Exceptions
Remarks
This version is useful for single-curve or single-point analytical models.
See Also
Reference