IPictureLineSymbol Interface
Provides access to members that control the picture line symbol.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IPictureLineSymbol can be used to create a line pattern that consists of either a bitmap image or emf file. Use the Rotate property to control the orientation of the picture. Use the XScale and YScale to adjust the size up or down. Use the ILineSymbol interface to set additional properties for IPictureLineSymbols.
Members
Inherited Interfaces
Interfaces |
Description |
ILineSymbol |
Provides access to members that control line symbols. |
Classes that implement IPictureLineSymbol
Classes |
Description |
PictureLineSymbol |
A line symbol composed of either a BMP or an EMF picture. |
See Also
ILineSymbol Interface