Curve2dIsDegenerate(Entity2d)
Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public bool IsDegenerate(
out Entity2d result
)
Public Function IsDegenerate (
<OutAttribute> ByRef result As Entity2d
) As Boolean
public:
bool IsDegenerate(
[OutAttribute] Entity2d^% result
)
member IsDegenerate :
result : Entity2d byref -> bool
Parameters
- result Entity2d
-
Return Value
Boolean
See Also