Click or drag to resize

GenericSPOverlayIsPersistent Method

Is the overlay one where edits will persist?

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public bool OverlayIsPersistent(
	int oNumber
)

Parameters

oNumber
Type: SystemInt32
The number of the overlay.

Return Value

Type: Boolean
True if persistent, false if not (or missing)
See Also