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
C#
public FeatureUsageBlueprint AddFeature(
	ObjectProxy aFeature
)

Parameters

aFeature  ObjectProxy
the given feature

Return Value

FeatureUsageBlueprint
The new feature blueprint

Exceptions

ArgumentExceptionIf the given feature is null or does not represent a feature

See Also