API 설명서 > Drawings and detail > Object ProDwg > Function ProDwgLayerSavedstatusGet
Function ProDwgLayerSavedstatusGet
Description
Retrieves the saved status for the specified layer and view.
Synopsis
#include <ProLayer.h>
ProDwgLayerSavedstatusGet
(
ProLayer* layer
/* (In)
The layer whose status you want to retrieve
*/
ProView view
/* (In)
The view of drawing whose layer saved status is requested
*/
ProLayerDisplay* saved_status
/* (Out)
The saved status
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
The specified layer was not found.
User Guide References
도움이 되셨나요?