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

FIS.SetProfileElement Method

Sets a single element in a profile, located at the specified index.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SetProfileElement
(
	FilNet.Profile ioProfile,
	int inIndex,
	bool inInverse,
	float inValue
)

Parameters

Name Type Range Default Description
ioProfileFilNet.Profile
inIndexint<0, INF>
inInverseboolReversed order of elements.
inValuefloat

See also