Library | File

Class wfcAssemblyNameRule

# include <wfcAssembly.h>

class wfcAssemblyNameRule
 : public virtual wfcAssemblyRule
{
    xdeclare(wfcAssemblyNameRule)
    ...
};
This is a COMPACT class.



Description

The rule for gathering components by model name.

The 'NameMask' attribute can be a wildcard. For more information, see the Creo Parametric help.
Manual References:
Assemblies and Components: Gathering Components by Model Name



Method Summary

static wfcAssemblyNameRule_ptrCreate (xrstring NameMask)
Create an object of AssemblyNameRule.
xstringGetNameMask ()
voidSetNameMask (xrstring value)
The name to use in the rule.


Methods Inherited from Class wfcAssemblyRule:

GetRuleType



Method Detail

xstringGetNameMask ()
voidSetNameMask (xrstring value)

The name to use in the rule.
Manual References:
Assemblies and Components: Gathering Components by Model Name, Assemblies and Components: Gathering Components by Model Name, Assemblies and Components: Gathering Components by Model Name




static wfcAssemblyNameRule_ptrCreate (xrstring NameMask)

Create an object of AssemblyNameRule.
Manual References:
Assemblies and Components: Gathering Components by Model Name, Assemblies and Components: Gathering Components by Model Name
Parameters:
NameMask
The name to use in the rule.
Returns:
The AssemblyNameRule object.