Table of Contents

Interface IExamineSpatialShape

Namespace
Examine.Search
Assembly
Examine.Core.dll

Spatial Shape

public interface IExamineSpatialShape

Properties

Center

Center Point of Shape

IExamineSpatialPoint Center { get; }

Property Value

IExamineSpatialPoint

IsEmpty

Whether the Shape is Empty

bool IsEmpty { get; }

Property Value

bool