KitchenDraw SDK 2
Show / Hide Table of Contents

Method GetInfo

GetInfo(int)

Gets a value from arbitrary datafield specified by the infoType parameter.

Declaration
protected override string GetInfo(int infoType)
Parameters
Type Name Description
int infoType

Datafield to get.

Returns
Type Description
string
Overrides
Appli.CallParamsInfo_.GetInfo(int)
Remarks

This method is only useful for developing additional SDK layers working with some custom datafields which are not exposed through properties of this class yet. You should not use these functions unless you know exactly what you are doing.

In this article
Back to top Generated by DocFX