You are here: Start » FIL.NET » Function Reference » Profile » Profile Basics » FIL.CreateUniformProfile
Creates a profile with all its elements set to the same value.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreateUniformProfile ( float inValue, int inSize, float inXOffset, float inXScale, FilNet.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inValue | float | Input common value of all elements. | ||
![]() | inSize | int | <0, +INF> | 1 | Input the number of elements. Default value: 1. |
![]() | inXOffset | float | 0.0f | X offset of the output profile. Default value: 0.0f. | |
![]() | inXScale | float | <0.001f, INF> | 1.0f | X scale of the output profile. Default value: 1.0f. |
![]() | outProfile | FilNet.Profile | Output profile. |