FeatureDescriptorBlueprintAddPropertyTPropertyBlueprint Method

Create a new property blueprint of the given type

Definition

Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public TPropertyBlueprint AddProperty<TPropertyBlueprint>()
where TPropertyBlueprint : new(), PropertyBlueprint

Type Parameters

TPropertyBlueprint
Any of the available property blueprint types

Return Value

TPropertyBlueprint
The new property blueprint

See Also