You are here: Start » FIL.NET » FIS.CreateUniformProfile Method

FIS.CreateUniformProfile Method

Creates a profile with all its elements set to the same value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateUniformProfile
(
	float inValue,
	int inSize,
	float inXOffset,
	float inXScale,
	FilNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inValuefloatInput common value of all elements.
inSizeint<0, +INF>1Input the number of elements. Default value: 1.
inXOffsetfloat0.0fX offset of the output profile. Default value: 0.0f.
inXScalefloat<0.001f, INF>1.0fX scale of the output profile. Default value: 1.0f.
outProfileFilNet.ProfileOutput profile.

See also