Search
NullShape Members
Constructors Fields Properties Methods
 


Represents a null shape with no geometric data; often used as a place holder until data becomes available.

The following tables list the members exposed by the NullShape type.

 Public Constructors

  Name Description

NullShape

Initializes a new instance of the NullShape class.

 Public Fields

  Name Description

Id

The record number of this shape in the ESRI map file. (Inherited from Shape.)

 Public Properties

  Name Description

Color

Gets or sets the index of the shape's color within the current color palette. (Inherited from Shape.)

DatabaseRow

Gets the DBF database row associated with this Shape. (Inherited from Shape.)

HitTestDistance

Gets or set the current hit test threshold distance. (Inherited from Shape.)

IsStreetShape

Gets or sets whether this object represents an OpenStreetMap shape. (Inherited from Shape.)

Label

Gets or sets the label of this map element. (Inherited from MapElement.)

PenKey

Gets or sets a key used to associate a pen with this shape's map feature. (Inherited from Shape.)

Size

Gets the shape's area. (Inherited from Shape.)

Type

Shape.Type override.

ZIndex

Gets or sets the shape's Z order index. (Inherited from Shape.)

 Public Methods

  Name Description

GetBoundingBox

Shape.GetBoundingBox override.

GetCenter

Shape.GetCenter override.

GetPoints

Returns the vertex points of this shape. (Inherited from Shape.)

SaveTo

Shape.SaveTo override.

 Protected Methods

  Name Description

ClearCache

Clears any cached values associated with the shape for the current zoom level. (Inherited from Shape.)

Draw

MapElement.Draw override.

DrawLabel

Draws the label of this map element. (Inherited from MapElement.)

Highlight

Draws a highlight of this map element. (Inherited from MapElement.)

HitTest

MapElement.HitTest override.

 See Also