IManagedPatternsAddFeatureBased Method |
Adds or modifies a feature-based pattern in an assembly.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function AddFeatureBased (
patternName As String,
parentComponents As ComponentOrPattern,
featurePatternComponent As ComponentArgument,
featurePatternName As String
) As ManagedPattern
ManagedPattern AddFeatureBased(
string patternName,
ComponentOrPattern parentComponents,
ComponentArgument featurePatternComponent,
string featurePatternName
)
Parameters
- patternName
- Type: SystemString
The pattern name. - parentComponents
- Type: Autodesk.iLogic.TypesComponentOrPattern
The component (or components) to pattern. - featurePatternComponent
- Type: Autodesk.iLogic.TypesComponentArgument
The component that contains the base pattern feature. - featurePatternName
- Type: SystemString
The name of the base pattern feature.
Return Value
Type:
ManagedPatternThe pattern.
See Also