ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / TangentCurveDefinition Class / IsValid Method

In This Topic
    IsValid Method (TangentCurveDefinition)
    In This Topic
    Gets if the tangent curve definition is valid. That is, if the minimum set of values are defined.
    Syntax
    Public Function IsValid() As Boolean
    public bool IsValid()

    Return Value

    True if the definition has a valid set of values.
    Remarks
    A tangent curve must be defined with a Radius and one of the following ChordLength, CentralAngle, ArcLength.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also