Members 
IRangeSyncTransform Interface
Defines a bidirectional transformation between an axis's VisibleRange and the canonical group range used for synchronization via RangeSyncGroupId.
Syntax
public interface IRangeSyncTransform 
Remarks

When axes in a sync group use different units (e.g. Celsius vs Fahrenheit, meters vs feet), assign an IRangeSyncTransform to each axis that is NOT in the canonical unit. Axes without a transform are treated as identity (their range IS the group range).

When an axis's VisibleRange changes, the sync flow is: senderRange → sender.ToGroupRange() → canonical → target.FromGroupRange() → targetRange

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also