Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PointMate Class / CanSnapTo Method

CanSnapTo Method
Check, if this mate can snap to targetMate
Syntax
public bool CanSnapTo( 
   Mate pTargetMate
)

Parameters

pTargetMate

Return Value

Returns true, if snapping is possible
Exceptions
ExceptionDescription
Thrown when param is null value. Check exception message for more info.
Remarks
Snapping is only possible if the typename of the target name is one of the matching mates of this mate
See Also