TypeAttributeCollection.Remove Method (String)
Removes the specified ITypeAttribute from the TypeAttributeCollection
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool Remove(
string name
)
VB
Public Function Remove (
name As String
) As Boolean
Parameters
name |
Type: System.String |
Return Value
Type: Boolean
true if XXXX, false otherwise.