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;
        }