 | CAEXTypeDictionaryTryGetValue Method |
Tries to get the value.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool TryGetValue(
string caexTagName,
out Type t
)
Public Function TryGetValue (
caexTagName As String,
<OutAttribute> ByRef t As Type
) As Boolean
public:
bool TryGetValue(
String^ caexTagName,
[OutAttribute] Type^% t
)
Parameters
- caexTagName String
- Name of the CAEX tag.
- t Type
- The type.
Return Value
Booleantrue if type is registered,
false otherwise.
See Also