ObjectTemplateBlueprintAddFeature(ObjectProxy) Method
Adds a new feature usage to this template.
Definition
Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
The new feature blueprint
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public FeatureUsageBlueprint AddFeature(
ObjectProxy aFeature
)Parameters
- aFeature ObjectProxy
- the given feature
Return Value
FeatureUsageBlueprintThe new feature blueprint
Exceptions
| ArgumentException | If the given feature is null or does not represent a feature |