Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / RemoveConnectionPointPosition Method

In This Topic
    RemoveConnectionPointPosition Method (Placement3D)
    In This Topic
    Removes connection point data stored under given index.
    Syntax
    public void RemoveConnectionPointPosition( 
       short iIndex
    )
    public:
    void RemoveConnectionPointPosition( 
       short iIndex
    ) 

    Parameters

    iIndex
    Exceptions
    ExceptionDescription
    Thrown when iIndex value is less then 0.
    Remarks
    Index starts from 0.
    See Also