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)
Syntaxpublic ItemAttribute[] GetCurrentItemAttributes(
int OverlayNo,
int selType,
bool ignoreBlanks
)
Public Function GetCurrentItemAttributes (
OverlayNo As Integer,
selType As Integer,
ignoreBlanks As Boolean
) As ItemAttribute()
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:
ItemAttributeAn array of feature attributes.
RemarksNote 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