Click or drag to resize

GenericSPGetCurrentItemAttributes Method

Returns a set of item attributes from the current open item.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public ItemAttribute[] GetCurrentItemAttributes(
	int OverlayNo,
	int selType,
	bool ignoreBlanks
)

Parameters

OverlayNo
Type: SystemInt32
The overlay in which the item resides. If -1, then the lowest numbered overlay containing this item is used.
selType
Type: SystemInt32
The method for selecting which attributes are returned.
ignoreBlanks
Type: SystemBoolean
If true, attributes which evaluate to a blank are ignored.

Return Value

Type: ItemAttribute
An array of feature attributes.
Remarks
Note that using overlay=-1 should be fine unless there are multiple copies of the same dataset (either phased, or with different schemas, etc.) in the SWD.
See Also