Version

SurfaceGridDataSamplerBase Class Members

The following tables list the members exposed by SurfaceGridDataSamplerBase.

Public Properties
 NameDescription
Public PropertyDataInterpolationThe type of interpolation used when grid points are interpolated.  
Public PropertyDistanceMeasureThe technique to use to determine the distance between points in the grid.  
Public PropertyItemsSourceThe list items to sample from.  
Public PropertyXColumnThe list of X values in the ItemsSource.  
Public PropertyXMemberPathThe property name on each data item containing the X coordinate.  
Public PropertyYColumnThe list of Y values in the ItemsSource.  
Public PropertyYMemberPathThe property name on each data item containing the Y coordinate.  
Public PropertyZColumnThe list of Z values in the ItemsSource.  
Public PropertyZMemberPathThe property name on each data item containing the Z coordinate.  
Public Methods
 NameDescription
Public MethodGetEnumeratorReturns an enumerator that iterates through a collection.  
Protected Methods
 NameDescription
Protected MethodOnPropertyUpdatedCalled whenever one of this class's property values is updated.  
Public Events
 NameDescription
Public EventCollectionChangedEvent raised when a collection is changed.  
Public EventPropertyChangedEvent raised when a property value is changed.  
See Also