ApiSessionEndFeature(FeatureDescriptorBlueprint, IObjectCustomizationGridLayout) 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,
	IObjectCustomizationGridLayout aLayouter
)

Parameters

aBlueprint  FeatureDescriptorBlueprint
Blueprint with the desired settings and properties
aLayouter  IObjectCustomizationGridLayout
A layouter used to

Return Value

ObjectProxy
The object proxy for the created/modified Feature.

See Also