...
Function and Subroutine Index
...
- CreateFilter
- Creates a new visualization filter from a name and a definition.
...
Methods
...
-
- Creates a new visualization filter from a name and a definition. Fails
if there is already a filter named iFilterName.
- Parameters:
-
- iFilterName
- The filter name.
- iFilterDefinition
- The filter definition
- Example:
- This example creates the filter named "Filter001" and with
"layer= 2 & layer= 1" definition for the Doc
document.
Doc.CreateFilter ("Filter001", "layer= 2 & layer= 1")
...
Copyright © 2000, Dassault Systèmes. All rights reserved.