[]
Returns a value indicating whether a layer is locked.
public bool GetLayerLocked(OptionalContentGroup layer)
Public Function GetLayerLocked(layer As OptionalContentGroup) As Boolean
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)
Public Function GetLayerLocked(name As String) As Boolean
Type | Name | Description |
---|---|---|
string | name | The name of the layer. |