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

FIS.GetProfileValue Method

Gets a single value from a profile, located at the specified X (real-world) coordinate.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetProfileValue
(
	FilNet.Profile inProfile,
	float inX,
	bool inSmooth,
	out float outValue
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
inXfloatX coordinate at which the profile value is calculated.
inSmoothboolDetermines whether an interpolation between two profile elements should be smooth.
outValuefloat

See also