DrawingStylesToString Method (String) |
Sets styleMap of drawing layer
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic string ToString(
string DrawingLayerID
)
Public Function ToString (
DrawingLayerID As String
) As String
Parameters
- DrawingLayerID
- Type: SystemString
string representing drawing layer ID
Return Value
Type:
StringA JS string that can be used to set styleMap of drawing layer
See Also