Click or drag to resize

GenericSPGetOverlayFeatureCodes Method

Generate a description of the feature codes attached to an overlay

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected FeatureCode[] GetOverlayFeatureCodes(
	int oNumber
)

Parameters

oNumber
Type: SystemInt32
The number of the overlay

Return Value

Type: FeatureCode
A populated array of FeatureCode objects.
See Also