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