Overload | Description |
---|---|
ConstructPointSymbol() | Constructs a point symbol. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructPointSymbol(CIMColor) | Constructs a point symbol of specific color. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructPointSymbol(CIMColor,Double) | Constructs a point symbol of specific color and size. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructPointSymbol(CIMColor,Double,SimpleMarkerStyle) | Constructs a point symbol of specific color, size and style. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructPointSymbol(Simple3DMarkerStyle) | Constructs a point symbol of specific 3d marker style. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructPointSymbol(CIMColor,Simple3DMarkerStyle) | Constructs a point symbol of specific color and 3d marker style. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructPointSymbol(CIMColor,Double,Simple3DMarkerStyle) | Constructs a point symbol of specific color, size and 3d marker style. This method must be called on the MCT. Use QueuedTask.Run. |
ConstructPointSymbol(CIMMarker) | Constructs a point symbol from a marker. |