Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / CableTrayPointPlacementInfo Structure / CableTrayPointPlacementInfo Constructor
The 3D space position of the point.
The cable tray placement mode.
In This Topic
    CableTrayPointPlacementInfo Constructor
    In This Topic
    Create new instance of CableTrayPointPlacementInfo.
    Syntax
    public CableTrayPointPlacementInfo( 
       PlacePosition position,
       ApiTrayPlacementMode placeMode
    )

    Parameters

    position
    The 3D space position of the point.
    placeMode
    The cable tray placement mode.
    See Also