CProfile.SetSegments: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
Kate Racaza (talk | contribs)
Created page with '{{DISPLAYTITLE:cProfile.SetSegments}}{{Template:API}}{{Template:APIBreadcrumb|.cProfile}} <onlyinclude>Adds a new segment to the profile.</onlyinclude> == S…'
(No difference)

Revision as of 23:31, 27 September 2016


Member of: SynthesisAPI.cProfile


Adds a new segment to the profile.

Syntax

.SetSegment(ByRef arr()) 

Parameters

arr

Required. An array of ProfileSegment objects.


Example