Layer type

Namespace: HiComponents.IEvolution
Assembly: 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

MemberValueDescription
Image0
Layer that contains an image
Shape1
Layer that displays standard shapes (rectangles, ellipses, stars, etc)
Line2
Layer that displays a single line, optionally including a text label and start and ending arrows
Polyline3
Layer that displays a polyline or polgon comprising of multiple points
Text4
Layer that displays text
Angle5
Layer that displays an angle

See Also