public void SnapTo( LineMate pTargetMate, double dX )
public: void SnapTo( LineMate^ pTargetMate, double dX )
Parameters
| Parameter Name | Description |
|---|---|
| pTargetMate | LineMate to snap to. |
| dX | x coordinate relative to the coordinate system of the LineMate |
public void SnapTo( LineMate pTargetMate, double dX )
public: void SnapTo( LineMate^ pTargetMate, double dX )
| Parameter Name | Description |
|---|---|
| pTargetMate | LineMate to snap to. |
| dX | x coordinate relative to the coordinate system of the LineMate |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when param is null value. Check exception message for more info. |
| Eplan.EplApi.DataModel.SnappingFailedException | Thrown when operation failed. Check exception message for more info. |