[]
Returns the print state of a layer.
public LayerPrintState GetLayerPrintState(OptionalContentGroup layer)
Public Function GetLayerPrintState(layer As OptionalContentGroup) As LayerPrintState
Type | Name | Description |
---|---|---|
OptionalContentGroup | layer | The OptionalContentGroup object that specifies the layer. |
Type | Description |
---|---|
LayerPrintState | The print state of the layer. |
Returns the print state of a layer. Throws an exception if the layer with the specified name does not exist.
public LayerPrintState GetLayerPrintState(string name)
Public Function GetLayerPrintState(name As String) As LayerPrintState
Type | Name | Description |
---|---|---|
string | name | The name of the layer. |
Type | Description |
---|---|
LayerPrintState | The print state of the layer. |