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

Invoke.GetProfileElement

Gets a single value from a profile, located at the specified index.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void GetProfileElement
(
	Fil.Profile inProfile,
	int inIndex,
	bool inInverse,
	out float outValue
)

Parameters

Name Type Range Default Description
inProfileFil.ProfileInput profile.
inIndexint<0, INF>
inInverseboolReversed order of elements.
outValuefloat

See also