Share

GraphicsImageSet Object

Derived from: GraphicsDataSet Object

Description

The GraphicsImageSet defines images that can be used when displaying client graphics objects that support images. Currently this is limited to the GraphicsPoint object.

Methods

Name Description
Add Method that adds a new custom point to the set.
Delete Method that deletes the GraphicsDataSet.
Remove Method that removes a coordinate from the set.

Properties

Name Description
Count Property that returns the number of objects in this collection.
Id Property returning the unique id of this GraphicsDataSet.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

GraphicsDataSets.CreateImageSet, PointGraphics.GetCustomImage, TriangleGraphics.GetCustomImage

Samples

Name Description
Client graphics - image in point graphics The following sample demonstrates creation of point client graphics with a custom image.

Version

Introduced in version 2011

Was this information helpful?