SpatialTessellationFunction.GetAttribute(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the cell attribute for the given object.
public static int GetAttribute (object obj);
static member GetAttribute : obj -> int
Public Shared Function GetAttribute (obj As Object) As Integer
Parameters
- obj
- Object
The object to get the cell attribute from.
Returns
The Int32 that represents the cell attribute for the given object.