Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / GfxEnvironmentParams Class / MaxPatternRepetitions Property

In This Topic
    MaxPatternRepetitions Property (GfxEnvironmentParams)
    In This Topic
    Gets or sets the maximum number of pattern repetitions allowed between two vertices of a curve.
    Syntax
    'Declaration
     
    Public Property MaxPatternRepetitions As Integer
    public int MaxPatternRepetitions {get; set;}
    See Also