CesiumLanguageWriter.PacketCesiumWriter.OpenVectorProperty C# (CSharp) Method

OpenVectorProperty() public method

Opens and returns the writer for the agi_vector property. The agi_vector property defines defines a graphical vector that originates at the position property and extends in the provided direction for the provided length. The vector is positioned using the position property.
public OpenVectorProperty ( ) : VectorCesiumWriter
return VectorCesiumWriter
        public VectorCesiumWriter OpenVectorProperty()
        {
            return OpenAndReturn(VectorWriter);
        }