CadBlockDictionaryItem Property (String) |
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadBlockEntity this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As CadBlockEntity
Get
Set
public:
property CadBlockEntity^ default[String^ key] {
CadBlockEntity^ get (String^ key);
void set (String^ key, CadBlockEntity^ value);
}
member Item : CadBlockEntity with get, set
Parameters
- key
- Type: SystemString
The CadBlockEntity key.
Property Value
Type:
CadBlockEntity
The
CadBlockEntity.
Return Value
Type:
CadBlockEntityThe
CadBlockEntity for the specified key.
See Also