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

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

public StyleElement ( IGeometry geometry, double size, IStyleGalleryItem styleGalleryItem ) : ESRI.ArcGIS.Geometry
geometry IGeometry
size double
styleGalleryItem IStyleGalleryItem
Результат ESRI.ArcGIS.Geometry
        public StyleElement(IGeometry geometry, double size, IStyleGalleryItem styleGalleryItem)
        {
            _element = GetElement(geometry, size, styleGalleryItem);
            _elementProperties = GetElementProperties();
        }