CesiumLanguageWriter.PacketCesiumWriter.OpenRectangularSensorProperty C# (CSharp) Method

OpenRectangularSensorProperty() public method

Opens and returns the writer for the agi_rectangularSensor property. The agi_rectangularSensor property defines a rectangular pyramid sensor volume taking into account occlusion of an ellipsoid, i.e., the globe. The sensor is is positioned and oriented using the position and orientation properties.
public OpenRectangularSensorProperty ( ) : RectangularSensorCesiumWriter
return RectangularSensorCesiumWriter
        public RectangularSensorCesiumWriter OpenRectangularSensorProperty()
        {
            return OpenAndReturn(RectangularSensorWriter);
        }