API Documentation > Interfaces > Interface AssemblyNameRule
Interface AssemblyNameRule

package com.ptc.wfc.wfcAssembly;

public interface
AssemblyNameRule
extends
com.ptc.wfc.wfcAssembly.AssemblyRule


Description
The rule for gathering components by model name.
The 'NameMask' attribute can be a wildcard. For more information, see the Creo Parametric help.
Method Summary
String
Get method for attribute "NameMask"
The name to use in the rule.
void
SetNameMask (String value)
Set method for attribute "NameMask"
The name to use in the rule.
Methods Inherited from Interface com.ptc.wfc.wfcAssembly.AssemblyRule :
Method Detail
GetNameMask
String
GetNameMask
()
SetNameMask
void
SetNameMask
(String value)
The name to use in the rule.
Manual References:
Was this helpful?