Show / Hide Table of Contents

Interface IDeclaration

Interface for declaration scope instructions

Namespace: UrlLib.Interfaces
Assembly: UrlLib.dll
Syntax
public interface IDeclaration

Methods

CreateAxial(Axial)

Create a variable of axial type

Declaration
void CreateAxial(Axial var)
Parameters
Type Name Description
Axial var

Axial variable

CreateBoolean(Boolean)

Create a variable of boolean type

Declaration
void CreateBoolean(Boolean var)
Parameters
Type Name Description
Boolean var

Boolean variable

CreateCartesian(Cartesian)

Create a variable of cartesian type

Declaration
void CreateCartesian(Cartesian var)
Parameters
Type Name Description
Cartesian var

Cartesian variable

CreateNumber(Number)

Create a variable of number type

Declaration
void CreateNumber(Number var)
Parameters
Type Name Description
Number var

Number variable

CreateSignal(Signal)

Create a variable of signal type

Declaration
void CreateSignal(Signal var)
Parameters
Type Name Description
Signal var

Signal variable

In This Article
Back to top Wepall 2021. All rights reserved.