NShape Reference
Indexer

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > ILineStyles Interface >

NShape Reference
Indexer

Previous pageReturn to chapter overviewNext page

Provides a read only access to the collections elements by the style name.

Syntax

ILineStyle this[string name] { get; }

Description

Provides a read only access to the collections elements by the style name.

Parameters

Name

Description

name

The name of the line style element.

Exceptions

Exception

Condition

ArgumentException

Parameter name is null.

KeyNotFoundException

A style with the specified name does not exist in the collection.