FeatureBaseBlueprintCreateDebugHtmlPropertyGrid Method

Create an HTML File depicting the placement of the properties in the feature, after the blueprint session has ended.

Definition

Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public void CreateDebugHtmlPropertyGrid(
	string aPath
)

Parameters

aPath  String

Remarks

You can use this to debug your custom layouter, but remember it is called when the blueprint session is finalized after the layout step.

See Also