KitchenDraw SDK 2
Show / Hide Table of Contents

Enum Appli.CatalogSummary.Block.FetchFields

Represents a field of a block that can be retrieved from a catalog.

Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
[Flags]
public enum Appli.CatalogSummary.Block.FetchFields
Remarks

This enumeration has a FlagsAttrubute that allows a bitwise combination of its member values. Providing such a combination of values to methods that fetch data from a catalog allow to reduce a perfomance overhead of reading values that are known to be unnecessary in advance.

You should use this enumeration to inform the SDK which values you will need from a catalog preview, so that the SDK could optimize the data flow excluding the fields you won't use.

Any field, which is excluded from the data fetch operation this way, will be left blank in returned objects.

The default value for the enum is All. All the fields are retrieved and returned for this value.

Fields

Name Description
All
Altitude
Code
Description
FirstArticleReference
IsValid
Name
OnOrUnder
Rank
Url
In this article
Back to top Generated by DocFX