[]
Returns the OptionalContentGroup by its name.
public OptionalContentGroup GetLayer(string layerName)
Public Function GetLayer(layerName As String) As OptionalContentGroup
Type | Name | Description |
---|---|---|
string | layerName | The layer name. |
Type | Description |
---|---|
OptionalContentGroup | The OptionalContentGroup object or null if not found. |