OnDistributionArgsApplied Method (UniformVectorFieldDataSeries)
Called after InvalidateCachedRanges when distribution hints arrive via a constructor or InvalidateParentSurface(RangeMode,FieldDataDistributionArgs,Boolean). Override to copy persistent hint values (ranges, precomputed magnitudes) into dedicated fields so they are available without re-reading _distributionArgs on every query.
Syntax
protected override void OnDistributionArgsApplied( 
   FieldDataDistributionArgs args
)

Parameters

args
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