'Declaration Public Function IsLayerPrintable( _ ByVal layer As System.Object _ ) As System.Boolean
public System.bool IsLayerPrintable( System.object layer )
Parameters
- layer
- The layer to check.
Return Value
true if the layer is printable, false otherwise.