CesiumLanguageWriter.PacketCesiumWriter.OpenFanProperty C# (CSharp) Method

OpenFanProperty() public method

Opens and returns the writer for the agi_fan property. The agi_fan property defines defines a fan, which starts at a point or apex and extends in a specified list of directions from the apex. Each pair of directions forms a face of the fan extending to the specified radius. The fan is positioned and oriented using the position and orientation properties.
public OpenFanProperty ( ) : FanCesiumWriter
return FanCesiumWriter
        public FanCesiumWriter OpenFanProperty()
        {
            return OpenAndReturn(FanWriter);
        }