SpatialTessellationFunction.GetId(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 identifier from the specified object.
public static string GetId (object obj);
static member GetId : obj -> string
Public Shared Function GetId (obj As Object) As String
Parameters
- obj
- Object
The object to get the identifier from.
Returns
The String that the represents the cell identifier.