CesiumLanguageWriter.PacketCesiumWriter.OpenPositionProperty C# (CSharp) Method

OpenPositionProperty() public method

Opens and returns the writer for the position property. The position property defines the position of the object in the world. The position has no direct visual representation, but it is used to locate billboards, labels, and other graphical items attached to the object.
public OpenPositionProperty ( ) : PositionCesiumWriter
return PositionCesiumWriter
        public PositionCesiumWriter OpenPositionProperty()
        {
            return OpenAndReturn(PositionWriter);
        }