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 |
Return Value
Type: Boolean
true if the attribute is removed,
false otherwise.