PropertyHandle :: IsShareBaseHandle - Is property handle for base structure
The function returns whether the property handle is a handling an independent (shared) base structure (YES) or not (NO). The function returns NO for all other property handles, embedded base structures and in case of error.
Return value: Return value ( logical )
The function returns YES when the question was answered positively. Otherwise it returns NO.
Implementation details
logical
PropertyHandle  :: IsShareBaseHandle ( char chkopt=AUTO )
- chkopt
- Check option
The option forces the function to check the property handle before running executing the function. You can pass NO to avoid unnecessary checking.
Default: AUTO