Advanced Features > Link Shape Policies > Crossing Link Shape Policy > Obtaining the Link Shape Policies of IlvEnhancedPolylineLinkImage

All instances of IlvEnhancedPolylineLinkImage that are in the same grapher use the same link shape policy internally. To obtain this link shape policy, call

IlvLinkShapePolicy policy = IlvLinkShapePolicyUtil.GetLinkShapePolicy (mode, grapher);

The parameter mode can be:

This allows you to access the link shape policies that are used internally by the class IlvEnhancedPolylineLinkImage so as to change the parameters of these policies.