Documentación de la API > Miscellaneous > Object ProX > Function ProXSectionItemXhatchHorizontalOffsetSet
Function ProXSectionItemXhatchHorizontalOffsetSet
Description
sets the hatch horizontal offset to horizon_offset.
Synopsis
#include <ProXsec.h>
ProXSectionItemXhatchHorizontalOffsetSet
(
ProXSectionItem xsec_item
/* (In)
Specific body xsec handle.
*/
ProView view
/* (In)
View handle. Could be NULL if not Drawing.
*/
double horizon_offset
/* (In)
The value of the horizontal offset.
*/
)
Returns
Data successfully retrieved.
Invalid input parameter(s).
view is hatch detail dependent and cannot be modified.
xsec is missing or is not hatched.
User Guide References
¿Fue esto útil?