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)
Syntaxpublic bool OverlayIsPersistent(
int oNumber
)
Public Function OverlayIsPersistent (
oNumber As Integer
) As Boolean
Parameters
- oNumber
- Type: SystemInt32
The number of the overlay.
Return Value
Type:
BooleanTrue if persistent, false if not (or missing)
See Also