Layer type
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum IELayerKind
Public Enumeration IELayerKind
public enum class IELayerKind
Members
Member | Value | Description |
---|---|---|
Image | 0 |
Layer that contains an image
|
Shape | 1 |
Layer that displays standard shapes (rectangles, ellipses, stars, etc)
|
Line | 2 |
Layer that displays a single line, optionally including a text label and start and ending arrows
|
Polyline | 3 |
Layer that displays a polyline or polgon comprising of multiple points
|
Text | 4 |
Layer that displays text
|
Angle | 5 |
Layer that displays an angle
|