ApiSessionEndFeature(FeatureDescriptorBlueprint) Method

Call to create or modify an actual Feature using the given blueprint

Definition

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

Parameters

aBlueprint  FeatureDescriptorBlueprint
Blueprint with the desired settings and properties

Return Value

ObjectProxy
The object proxy for the created/modified Feature.

Remarks

The properties will be layed-out automatically via LeftToRightTopToBottomLayout layouter. To use a custom layouter or manually layout, use the overload EndFeature(FeatureDescriptorBlueprint, IObjectCustomizationGridLayout)

See Also