API 설명서 > Features > Object ProFeature > Function ProFeatureIsReadonly
Function ProFeatureIsReadonly
Description
Determines whether the specified feature is read only.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureIsReadonly
(
ProFeature* p_feat_handle
/* (In)
The feature.
*/
ProBoolean* r_is_read_only
/* (Out)
This is PRO_B_TRUE if the supplied feature is marked read only; otherwise, this is PRO_B_FALSE.
*/
)
Returns
The function successfully returned the requested information.
The specified feature is invalid.
Sample Code References
User Guide References
도움이 되셨나요?