SolidCurveIntersection.ResultType Property

SolidCurveIntersectionResultType Property

The result type used to calculate the intersections.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public SolidCurveIntersectionMode ResultType { get; }
Public ReadOnly Property ResultType As SolidCurveIntersectionMode
	Get
public:
property SolidCurveIntersectionMode ResultType {
	SolidCurveIntersectionMode get ();
}
member ResultType : SolidCurveIntersectionMode with get

Property Value

SolidCurveIntersectionMode
See Also