Click or drag to resize

AzimuthElevationMaskGraphics Class

Defines the graphical properties of an AzimuthElevationMask. This will produce the agi_fan property in CZML.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CesiumAzimuthElevationMaskGraphics

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class AzimuthElevationMaskGraphics

The AzimuthElevationMaskGraphics type exposes the following members.

Constructors
  NameDescription
Public methodAzimuthElevationMaskGraphics
Initializes a new instance.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also