SpatialTessellationFunction.GetIsAncestor(Object) Method

Definition

Indicates whether the object is an ancestor.

public static bool GetIsAncestor (object obj);
static member GetIsAncestor : obj -> bool
Public Shared Function GetIsAncestor (obj As Object) As Boolean

Parameters

obj
Object

The object to check.

Returns

true if the object is an ancestor; otherwise, false.

Applies to