ShowProperty


Function

Displays the property page.

 

Format

Ret = dncFFT1.ShowProperty()

 

Parameters

None

 

Return value

Ret [ C#: int ] [ VB.NET: Integer ]

â– Common

Value

Description

0

Normality completion

510001

The input parameter is invalid. Check the parameter contents.

Other errors (see: Error code details)

 

Remarks

Displays the property page.

 

Example

Displays the property page.

C#

int  Ret;

Ret = dncFFT1.ShowProperty();

 

VB.NET

Dim Ret As Integer

Ret = dncFFT1.ShowProperty()