You are here: Start » FIL.NET » Invoke.SetProfileElement

Invoke.SetProfileElement

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SetProfileElement
(
	Fil.Profile ioProfile,
	int inIndex,
	bool inInverse,
	float inValue
)

Parameters

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

See also