API Documentation > Drawings and detail > Object ProDtlnote > Function ProDtlnoteModelrefGet
Function ProDtlnoteModelrefGet
Description
To provide the model to which parameterized text in a detail note refers.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
ProDtlnoteModelrefGet
(
/* (In)
The note
*/
ProDtlsyminst* symbol_inst
/* (In)
Symbol instance whose definition contains the note. Set to NULL if the note does not belong to a symbol.
*/
int line_index
/* (In)
The index into the note's line array of the line containing the parameterized text.
*/
int text_index
/* (In)
The index into the line's text array of the text item containing the parameterized text.
*/
ProMdl* model
/* (Out)
The model which contains the parameters the parameterized text refers to.
*/
)
Returns
The function successfully found the model.
One or more arguments was invalid.
Sample Code References
User Guide References
Was this helpful?