IVZResourceImage.ResourceId

Syntax

ResourceId: VisualizersResourceId;

Description

The ResourceId property determines an identifier of the resource that will be used as a legend element marker.

Comments

Identifier of the resource determines an icon that will be displayed as a legend element marker. Before setting resource identifier, you should determine a custom marker type using the IVZSizeLegendMarker.Marker property that is set to the Custom value of the VisualizatorSizeMarkerShape enumeration.

NOTE. To change legend element marker, use the IVZResourceImage.ResourceId or IVZResourceImage.Bitmap property.

Example

The property use is given in the example for IVZSizeLegendMarker.BigImage.

See also:

IVZResourceImage