BuiltInFailures.SketchFailures.EndsNotOnEdge Property

BuiltInFailuresSketchFailuresEndsNotOnEdge Property

Ends of an open loop in sketch splitting face do not lie on an edge of the face to split.

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

Property Value

FailureDefinitionId
See Also