KitchenDraw SDK 2
Show / Hide Table of Contents

Interface IKeywordInfoDictionary

Provides access to the object data through the special variables that are used for the document generation.

Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public interface IKeywordInfoDictionary

Properties

Name Description
this[string]

Accesses the element with the specified key.

Methods

Name Description
ContainsKey(string)

Determines whether the collection contains an element with the specified key.

TryGetValue(string, out string)

Gets the value associated with the specified key.

In this article
Back to top Generated by DocFX