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)
Syntaxpublic enum AttributeSelection
Public Enumeration AttributeSelection
Members
| Member name | Value | Description |
---|
| SIS_AT_ALL_ATTRIBUTES | 0 |
All attributes are retrieved.
|
| SIS_AT_SCHEMA_ATTRIBUTES | 1 |
All schema entries are retrieved.
|
| SIS_AT_MAPTIP_ATTRIBUTES | 2 |
Only ticked, non-hidden schema entries are retrieved.
|
| SIS_AT_NONHIDDEN_SCHEMA_ATTRIBUTES | 3 |
All schema entries except hidden ones are retrieved.
|
| SIS_AT_NONE | 4 |
No attribute or schema data is retreived
|
| SIS_AT_ERROR_VALUE | -1 |
Represents an illegitimate value (much faster than exceptions)
|
See Also