======Метод StgArray.GetArray(Int32, StgType)====== Возвращает элемент типа [[developers:references:topomatic.stg.istgarray|IStgArray]] по указанному индексу //index// * **Пространство имен:** [[developers:references:topomatic.stg|Topomatic.Stg]] * **Сборка:** Topomatic.Stg (в Topomatic.Stg.dll) =====Синтаксис===== public virtual IStgArray GetArray(int index, StgType dataType) **Параметры** * //index// * Тип: [[developers:references:system.int32|System.Int32]] * Индекс элемента * //dataType// * Тип: [[developers:references:topomatic.stg.stgtype|Topomatic.Stg.StgType]] * Тип данных, которые хранит массив **Возвращаемое значение** * Тип: [[developers:references:topomatic.stg.istgarray|Topomatic.Stg.IStgArray]] * Значение по индексу //index//