Click or drag to resize

GenericSPAttributeSelection Enumeration

Enumeration of the options for retrieving item attributes.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public enum AttributeSelection
Members
  Member nameValueDescription
SIS_AT_ALL_ATTRIBUTES0 All attributes are retrieved.
SIS_AT_SCHEMA_ATTRIBUTES1 All schema entries are retrieved.
SIS_AT_MAPTIP_ATTRIBUTES2 Only ticked, non-hidden schema entries are retrieved.
SIS_AT_NONHIDDEN_SCHEMA_ATTRIBUTES3 All schema entries except hidden ones are retrieved.
SIS_AT_NONE4 No attribute or schema data is retreived
SIS_AT_ERROR_VALUE-1 Represents an illegitimate value (much faster than exceptions)
See Also