GlobeGraphicsToolbar.StyleElement.GetElementProperties C# (CSharp) Метод

GetElementProperties() приватный Метод

private GetElementProperties ( ) : IGlobeGraphicsElementProperties
Результат IGlobeGraphicsElementProperties
        private IGlobeGraphicsElementProperties GetElementProperties()
        {
            IGlobeGraphicsElementProperties elementProperties = new GlobeGraphicsElementPropertiesClass();
            elementProperties.DrapeElement = true;
            elementProperties.Illuminate = true;

            return elementProperties;
        }