DataType.IsPointerType Method

Determines whether the specified category is a pointer type.

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.116+a71ced3

Syntax

C#

public static bool IsPointerType(
    DataTypeCategory cat
)

Parameters

cat

Type: TwinCAT.TypeSystem.DataTypeCategory
The data type category.

Return Value

Type: Boolean
true if [is pointer type] [the specified cat]; otherwise, false.

Reference

DataType Class

TwinCAT.Ads.TypeSystem Namespace