C# Class GlobeGraphicsToolbar.PointElement

ファイルを表示 Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
PointElement ( IGeometry geometry, double size, esriSimple3DMarkerStyle simple3DMarkerStyle ) : ESRI.ArcGIS.Geometry
PointElement ( IGeometry geometry, double size, esriSimpleMarkerStyle simpleMarkerStyle ) : ESRI.ArcGIS.Geometry

Private Methods

Method Description
GetElement ( IGeometry geometry, double size, esriSimple3DMarkerStyle simple3DMarkerStyle ) : IElement
GetElement ( IGeometry geometry, double size, esriSimpleMarkerStyle simpleMarkerStyle ) : IElement
GetElementProperties ( ) : IGlobeGraphicsElementProperties
GetResolutionQuality ( ) : double
SetMarker3DPlacement ( IMarker3DPlacement marker3DPlacement, double size ) : void

Method Details

PointElement() public method

public PointElement ( IGeometry geometry, double size, esriSimple3DMarkerStyle simple3DMarkerStyle ) : ESRI.ArcGIS.Geometry
geometry IGeometry
size double
simple3DMarkerStyle esriSimple3DMarkerStyle
return ESRI.ArcGIS.Geometry

PointElement() public method

public PointElement ( IGeometry geometry, double size, esriSimpleMarkerStyle simpleMarkerStyle ) : ESRI.ArcGIS.Geometry
geometry IGeometry
size double
simpleMarkerStyle esriSimpleMarkerStyle
return ESRI.ArcGIS.Geometry