CesiumLanguageWriter.PacketCesiumWriter.OpenCylinderProperty C# (CSharp) Method

OpenCylinderProperty() public method

Opens and returns the writer for the cylinder property. The cylinder property defines a cylinder, truncated cone, or cone defined by a length, top radius, and bottom radius. The cylinder is positioned and oriented using the position and orientation properties.
public OpenCylinderProperty ( ) : CylinderCesiumWriter
return CylinderCesiumWriter
        public CylinderCesiumWriter OpenCylinderProperty()
        {
            return OpenAndReturn(CylinderWriter);
        }