CesiumLanguageWriter.PacketCesiumWriter.OpenEllipseProperty C# (CSharp) Метод

OpenEllipseProperty() публичный Метод

Opens and returns the writer for the ellipse property. The ellipse property defines an ellipse, which is a closed curve on the surface of the Earth. The ellipse is positioned using the position property.
public OpenEllipseProperty ( ) : EllipseCesiumWriter
Результат EllipseCesiumWriter
        public EllipseCesiumWriter OpenEllipseProperty()
        {
            return OpenAndReturn(EllipseWriter);
        }