BuiltInFailures.AutoRouteFailures.ZeroLengthSegmentError Property

BuiltInFailuresAutoRouteFailuresZeroLengthSegmentError Property

The solution is failing to do segments which are zero length.

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

Property Value

FailureDefinitionId
See Also