API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingDimensionAttachmentsSet
Function ProDrawingDimensionAttachmentsSet
Description
Modifies the attachment information for a reference or driven dimension created in drawing.
Licensing Requirement
Synopsis
#include <ProDrawing.h>
ProDrawingDimensionAttachmentsSet
(
ProDrawing drawing
/* (In)
Handle to the drawing which contains the drawing tree.
*/
ProDimension* dimension
/* (In)
The dimension (type must be PRO_REF_DIMENSION or PRO_DIMENSION)
*/
ProDimAttachment* attachments_arr
/* (In)
ProArray of attachments.
*/
ProDimSense* dsense_arr
/* (In)
ProArray of dimension sense.
*/
ProDimOrient orient_hint
/* (In)
The orientation hint for the dimension.
*/
)
Returns
The function succeeded.
One or more of the input arguments are invalid.
A dimension could not be created with the attachments and sense specified.
Could not modify the given item because it has read-only access.
User Guide References
도움이 되셨나요?