Description | ||||||||||||||
Obtains the surface collection reference assigned to the surface finish. Note: surface collections may only be used for surface finishes in annotation elements. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for 3D Drawings | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProSurfFinish.h> | ||||||||||||||
ProError | 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 | ||||||||||||||
|
||||||||||||||
See Also | ||||||||||||||
ProSurffinishSrfcollectionSet | ||||||||||||||
ProSurffinishReferencesGet |