API 文档 > Features > Object ProFeature > Function ProFeatureReadonlySet
Function ProFeatureReadonlySet
Description
Makes all the features up to the specified feature read only.
Synopsis
#include <ProFeature.h>
ProFeatureReadonlySet
(
ProFeature* p_last_feat
/* (In)
The last feature up to which the features are to be read only.
*/
)
Returns
The function successfully made all features up to and including the specified feature read-only.
Model is in read-only state.
The specified feature is invalid.
Other
The read-only setting was aborted.
Sample Code References
这对您有帮助吗?