Click or drag to resize

AzimuthElevationMaskGraphics Properties

The AzimuthElevationMaskGraphics type exposes the following members.

Properties
  NameDescription
Public propertyFill
Gets or sets whether or not the mask is filled. If not specified, the default is .
Public propertyMaterial
Gets or sets the material used to fill the region. If not specified, the default is a SolidColorMaterialGraphics with Color set to White.
Public propertyNumberOfRings
Gets or sets the number of rings to draw for the outline. Rings start from the outer edge and are equidistantly spaced towards the center. If not specified, the default is 6.
Public propertyOutline
Gets or sets whether or not the mask is outlined. If not specified, the default is .
Public propertyOutlineColor
Gets or sets the color of the outline. If not specified, the default is Black.
Public propertyOutlineWidth
Gets or sets the width of the outline. If not specified, the default is 1.0.
Public propertyProjection
Gets or sets how the mask is projected. This property must be specified, or the mask will not be displayed.
Public propertyProjectionAltitude
Gets or sets the altitude to use when Projection is ProjectToAltitude.
Public propertyProjectionRange
Gets or sets the range to use when Projection is ProjectToRange.
Public propertyShow
Gets or sets whether or not the mask is shown. If not specified, the default is .
Top
See Also