CadDictionaryBase.TryGetValue
Contents
[
Hide
]TryGetValue(string, out string)
Gets the entry soft owner by key.
public bool TryGetValue(string key, out string value)
Parameter | Type | Description |
---|---|---|
key | String | The key. |
value | String& | The parameter. |
Return Value
true if dictionary contains the key otherwise false
See Also
- class CadDictionaryBase
- namespace Aspose.CAD.FileFormats.Cad.CadObjects.Dictionary
- assembly Aspose.CAD
TryGetValue(string, out CadEntityAttribute, out string)
Gets the entry soft owner by key.
public bool TryGetValue(string key, out CadEntityAttribute attr, out string value)
Parameter | Type | Description |
---|---|---|
key | String | The key. |
attr | CadEntityAttribute& | The attribute. |
value | String& | The parameter. |
Return Value
true if dictionary contains the key otherwise false
See Also
- enum CadEntityAttribute
- class CadDictionaryBase
- namespace Aspose.CAD.FileFormats.Cad.CadObjects.Dictionary
- assembly Aspose.CAD