TriangleGraphics.SetCustomImage Method
Parent Object: TriangleGraphicsDescription
Method that sets the custom image to use for this TriangleGraphics object.
Syntax
TriangleGraphics.SetCustomImage( ImageSet As GraphicsImageSet, ImageIndex As Long )Parameters
Name | Type | Description |
ImageSet | GraphicsImageSet | Input GraphicsImageSet to assign to this TriangleGraphics object. |
ImageIndex | Long | Input Long that indicates which image in the GraphicsImageSet to use for this TriangleGraphics object. |