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

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

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
Результат VectorCesiumWriter
        public VectorCesiumWriter OpenVectorProperty()
        {
            return OpenAndReturn(VectorWriter);
        }