API 설명서 > 3D drawings and annotations > Object ProSurffinish > Function ProSurffinishSrfcollectionGet
Function ProSurffinishSrfcollectionGet
Description
Obtains the surface collection reference assigned to the surface finish. Note: surface collections may only be used for surface finishes in annotation elements.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProSurfFinish.h>
ProSurffinishSrfcollectionGet
(
ProSurfFinish* surf_finish
/* (In)
The surface finish.
*/
ProCollection* srf_collection
/* (Out)
The surface collection assigned to the surface finish. Free this using ProCollectionFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The surface finish is not in an annotation element and cannot use a surface collection reference.
License check failure.
See Also
User Guide References
도움이 되셨나요?