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


In This Topic
    TangentCurveDefinition Class Properties
    In This Topic

    For a list of all members of this type, see TangentCurveDefinition members.

    Public Properties
     NameDescription
    Public Property Gets and sets the arc length value. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Property Gets and sets the central angle value. An angle more than 180 degrees indicates a major arc. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Property Gets and sets the chord length value. A negative chord length indicates a major arc. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Property Gets if the curve definition is defined by an arc length. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Property Gets if the curve definition is defined by a central angle. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Property Gets if the curve definition is defined by a chord length. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Property Gets if the curve definition is defined by a radius. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Property Gets and sets the radius value. A negative radius indicates a counter clockwise curve. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Top
    See Also