Harness proD API Help
EPLAN.Harness.API.Occurrences.CableDrawing Namespace / OccCdWire Class / OverriddenDirection Property
In This Topic
    OverriddenDirection Property (OccCdWire)
    In This Topic
    The bending direction (or shape) of the main edge can be overridden by this property. The edge is straight or bended automatically by default (Unset). The direction can be set to left or right direction. If the segment of the cable doesn't lay on the main edge the EPLAN.Harness.API.Exceptions.PropertyIsNotEnabledException is thrown.
    Syntax
    public ApiBendEdgeDirection OverriddenDirection {get; set;}
    Exceptions
    ExceptionDescription
    Api is not in an initialized state. You can get current state from Status property. If API is uninitialized, you can initialize it by calling Init(String,String[]) method. If API is in failed state, you can not resurrect it.
    The object is in invalid state. Obtain a new one.
    The exception that is thrown when you trying to access to already deleted occurrence.
    The exception that is thrown when the property is not currently enabled.
    See Also