API 설명서 > Drawings and detail > Object ProDtlsymdefdata > Function ProDtlsymdefdataTextrefGet
Function ProDtlsymdefdataTextrefGet
Description
Get a symbol reference text data.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlsymdef.h>
ProDtlsymdefdataTextrefGet
(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
int* text_entity
/* (Out)
The symbol entity identifier of the reference text.
*/
int* text_line
/* (Out)
The line in the note of the referenced text.
*/
int* text_text
/* (Out)
The index of the line array of referenced text.
*/
)
Returns
The function successfully get reference text data.
Bad one or more input arguments.
Sample Code References
User Guide References
도움이 되셨나요?