Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / AngularDim Class / UnderlyingArc Property

In This Topic
    UnderlyingArc Property
    In This Topic
    Gets the dimension's arc curve.
    Syntax
    'Declaration
     
    Public ReadOnly Property UnderlyingArc As Arc
    public Arc UnderlyingArc {get;}

    Property Value

    The Arc object.
    See Also