API 文档 > Miscellaneous > Object ProX > Function ProXSectionItemXhatchColorSet
Function ProXSectionItemXhatchColorSet
Description
Specify the color of the hatch pattern.
Synopsis
#include <ProXsec.h>
ProXSectionItemXhatchColorSet
(
ProXSectionItem xsec_item
/* (In)
Specific body xsec handle.
*/
ProView view
/* (In)
View handle. Could be NULL if not Drawing.
*/
ProColor* color
/* (In)
color values.
*/
)
Returns
Data successfully retrieved.
Invalid input parameter(s).
view is hatch detail dependent and cannot be modified.
xsec is missing or is not hatched.
这对您有帮助吗?