Harness proD API Help
EPLAN.Harness.API.Common.Enums Namespace / ApiWdskRadialGridMode Enumeration
In This Topic
    ApiWdskRadialGridMode Enumeration
    In This Topic
    Type of stepping optionType of stepping option.
    Syntax
    public enum ApiWdskRadialGridMode : System.Enum 
    Members
    MemberDescription
    FixedCountRelative to initial distance (which will determine the number of circles between two neighboring control points when using the Move wire harness segment command).Fixed Count.
    FixedDistanceFixed distance (which will place each circle of the radial grid in equidistance to each other).Fixed Distance.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             EPLAN.Harness.API.Common.Enums.ApiWdskRadialGridMode

    See Also