[]
Returns a value indicating whether a layer is locked.
public bool GetLayerLocked(OptionalContentGroup layer)
| Type | Name | Description |
|---|---|---|
| OptionalContentGroup | layer | The OptionalContentGroup object defining the layer. |
| Type | Description |
|---|---|
| bool | true if layer is locked, false otherwise. |
Returns a value indicating whether a layer is locked. Throws an exception if the layer with the specified name does not exist.
public bool GetLayerLocked(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The name of the layer. |
| Type | Description |
|---|---|
| bool |