ESRI.ArcGIS.Mobile
SketchGraphicLayer Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Sketch Namespace : SketchGraphicLayer Class


The following tables list the members exposed by SketchGraphicLayer.

Public Constructors

 NameDescription
Public ConstructorSketchGraphicLayer ConstructorInitializes a new instance of the Sketch class.  
Top

Public Properties

 NameDescription
Public PropertyContainerGets the IContainer that contains the Component. (Inherited from System.ComponentModel.Component)
Public PropertyFringeSize Gets the size of the fringe for the sketch using the vertex symbols fringe size.  
Public PropertyGeometryGets or sets the sketch's geometry.  
Public PropertyGeometryBag Gets the associated collection of geometries that will be rendered with the layer but that are not used by the sketch tools. The GeometryBag can be used to store geometries getting constructed by the sketch tools.  
Public PropertyLayerName Gets or sets the MapGraphicLayer name. (Inherited from ESRI.ArcGIS.Mobile.MapGraphicLayer)
Public PropertyMap Gets the associated Map. Returns null if this MapGaphicLayer has not yet been attached to a Map control. (Inherited from ESRI.ArcGIS.Mobile.MapGraphicLayer)
Public PropertyPartSymbol Gets or sets the previous part symbol.  
Public PropertySelectedVertexSymbol Gets or sets the selected vertex symbol.  
Public PropertySiteGets or sets the ISite of the Component. (Inherited from System.ComponentModel.Component)
Public PropertyVertexSymbol Gets or sets the vertex symbol.  
Public PropertyVisibleGets or sets the visibility of the MapGraphicLayer. (Inherited from ESRI.ArcGIS.Mobile.MapGraphicLayer)
Top

Protected Properties

 NameDescription
Protected PropertyCanRaiseEventsGets a value indicating whether the component can raise an event. (Inherited from System.ComponentModel.Component)
Protected PropertyDesignModeGets a value that indicates whether the Component is currently in design mode. (Inherited from System.ComponentModel.Component)
Protected PropertyEventsGets the list of event handlers that are attached to this Component. (Inherited from System.ComponentModel.Component)
Top

Public Methods

 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded.  Releases all references to resources  
Public MethodGetClosestPart Gets the part that is nearest to the mouse coordinate  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodToStringOverridden.  Returns a String that represents the current Object.  
Top

Protected Methods

 NameDescription
Protected MethodDrawOverridden.  Invoked by the Map Control during the drawing phase. Implementers must verify if Display.DrawAuthorized is true, if not the Draw method should return as soon as possible to free the Drawing process.  
Protected MethodFinalizeReleases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from System.ComponentModel.Component)
Protected MethodGetServiceReturns an object that represents a service provided by the Component or by its Container. (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDataChanged Informed the Map the MapLayer data have changed. (Inherited from ESRI.ArcGIS.Mobile.MapGraphicLayer)
Protected MethodOnMapChanging Invoked when the Map is attached or Detached from the MapGraphicLayer. (Inherited from ESRI.ArcGIS.Mobile.MapGraphicLayer)
Protected MethodOnPropertyChanged Raises the PropertyChanged event. (Inherited from ESRI.ArcGIS.Mobile.MapGraphicLayer)
Top

Public Events

 NameDescription
Public EventDataChangedOccurs when the MapLayer data has changed. (Inherited from ESRI.ArcGIS.Mobile.MapGraphicLayer)
Public EventDisposedAdds an event handler to listen to the Disposed event on the component. (Inherited from System.ComponentModel.Component)
Public EventGeometrySetOccurs when the geometry has been set on the SketchMapGraphicLayer.  
Public EventPropertyChanged Occurs when a property value changes. (Inherited from ESRI.ArcGIS.Mobile.MapGraphicLayer)
Top

See Also