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