Click or drag to resize

DrawingStyles Class

Represents the list of drawing styles
Inheritance Hierarchy
SystemObject
  Cadcorp.ConfigurationDrawingStyles

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public class DrawingStyles

The DrawingStyles type exposes the following members.

Constructors
  NameDescription
Public methodDrawingStyles
Initializes a new instance of the DrawingStyles class.
Public methodDrawingStyles(XmlNode)
Initializes a new instance of the DrawingStyles class.
Public methodDrawingStyles(ConfigurationDataSetStyleMapDataTable)
Initializes a new instance of the DrawingStyles class.
Public methodDrawingStyles(OverlaysDataSetOverlayStyleDataTable)
Initializes a new instance of the DrawingStyles class.
Top
Properties
  NameDescription
Public propertyMapName
Gets the styleMap name associated with Map
Public propertyRenderIntent
Gets or Sets the one-dimensional array of Intent
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIntent
Public methodGetJson
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Creates string representing OpenLayers.styleMap instanace from array of all Intent items.
(Overrides ObjectToString.)
Public methodToString(String)
Sets styleMap of drawing layer
Top
See Also