Back to FabImage Library website

You are here: Start » Function Reference » Profile » Profile Features » ProfileSize

ProfileSize


Header: FIL.h
Namespace: fil
Module: FoundationPro

Returns the number of elements in a profile.

Syntax

C++
C#
 
void fil::ProfileSize
(
	const fil::Profile& inProfile,
	int& outSize
)

Parameters

Name Type Default Description
Input value inProfile const Profile& Input profile
Output value outSize int&