Back to Aurora Vision Library website

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

ProfileSize


Header: AVL.h
Namespace: avl
Module: FoundationPro

Returns the number of elements in a profile.

Syntax

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

Parameters

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