ITypeAttributeCollection.TryGetAttribute Method
Tries to get the specified ITypeAttribute
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
bool TryGetAttribute(
string name,
out ITypeAttribute?? attribute
)
Parameters
name |
Type: System.String |
attribute |
Type: TwinCAT.TypeSystem.ITypeAttribute. |
Return Value
Type: Boolean
true if found, false otherwise.