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

Invoke.GetProfileElement_Interpolated

Gets a single value from a profile, interpolated at any point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void GetProfileElement_Interpolated
(
	Fil.Profile inProfile,
	bool inCyclic,
	bool inSmooth,
	float inIndex,
	out float outValue
)

Parameters

Name Type Range Default Description
inProfileFil.ProfileInput profile.
inCyclicbool
inSmoothboolDetermines whether an interpolation between two profile elements should be smooth.
inIndexfloat<-INF, INF>0.0fDefault value: 0.0f.
outValuefloat

See also