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

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

Parameters

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