CadLayoutDictionaryTryGetValue Method |
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 22.3
Syntaxpublic bool TryGetValue(
string key,
out CadLayout value
)
Public Function TryGetValue (
key As String,
<OutAttribute> ByRef value As CadLayout
) As Boolean
public:
bool TryGetValue(
String^ key,
[OutAttribute] CadLayout^% value
)
member TryGetValue :
key : string *
value : CadLayout byref -> bool
Parameters
- key
- Type: SystemString
- value
- Type: Aspose.CAD.FileFormats.Cad.CadObjectsCadLayout
Return Value
Type:
Boolean
See Also