public void SetGraphic( CIMGraphic cimGraphic )
Public Sub SetGraphic( _ ByVal cimGraphic As CIMGraphic _ )
Parameters
- cimGraphic
- CIMGraphic
public void SetGraphic( CIMGraphic cimGraphic )
Public Sub SetGraphic( _ ByVal cimGraphic As CIMGraphic _ )
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method must be called within the lambda passed to QueuedTask.Run. |
//Note: call within QueuedTask.Run()
graElm.SetGraphic(CIMGra);
Target Platforms: Windows 11, Windows 10, Windows 8.1