ApiSessionBeginNewFeature Method

Creates a new feature. This is a longer process, utilizing a description object, called a Blueprint. The whole process is called a "blueprint session" Set all necessary values and properties on the blueprint, and then call EndFeature(FeatureDescriptorBlueprint) to actually create the feature in articy.

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public FeatureDescriptorBlueprint BeginNewFeature()

Return Value

FeatureDescriptorBlueprint
A blueprint object, storing all desired settings and properties.

See Also