API 설명서 > Drawings and detail > Object ProDtlentity > Function ProDtlentityDataGet
Function ProDtlentityDataGet
Description
Provides a full description of a specified detail item.
Note : The function cannot access symbol definitions for special symbols, such as, datum targets or parametric connector symbols.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlentity.h>
ProDtlentityDataGet
(
ProDtlentity* entity
/* (In)
The drawing.
*/
ProDtlsymdef* symbol
/* (In)
If you are examining a detail item in the drawing, set the parent to NULL. If you are examining draft entity in a symbol definition, set the parent to be that symbol definition.
*/
/* (Out)
The data structure that contains the item. Free the data using ProDtlentitydataFree.
*/
)
Returns
The function completed successfully.
Invalid input argument(s).
The function failed.
Sample Code References
User Guide References
도움이 되셨나요?