Select a Sketch Relation by its name

Does anyone know how I can select a sketch relation by its own name? SketchRelationManager and SketchRelation interfaces do not have any method to return its name.

I want to delete some specific relations, but as I can’t select them, I have first to check which entities compose this relation from the sketch itself and then traverse all of them to see which one it is and delete it.


Thanks

I don’t think the API exposes a name property for sketch relations. You can however get the type of the sketchrelation and its entities though.