TypeAttributeCollection.Remove Method (String)

Removes the specified ITypeAttribute from the TypeAttributeCollection

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public bool Remove(
    string name
)

Parameters

name

Type: System.String
The name.

Return Value

Type: Boolean
true if the attribute is removed, false otherwise.

Reference

TypeAttributeCollection Class

Remove Overload

TwinCAT.TypeSystem Namespace