'Declaration Public Sub RemoveLayers( _ ByVal removeContent As System.Boolean, _ ByVal ParamArray layers() As OptionalContentGroup _ )
public void RemoveLayers( System.bool removeContent, params OptionalContentGroup[] layers )
Parameters
- removeContent
- Indicates whether to remove content associated with the specified layers.
- layers
- An array of OptionalContentGroup objects that specify the layers to be removed.