API ドキュメンテーション
>
Drawings and detail
>
Object ProDtlnotedata
> Function ProDtlnotedataAlloc
Function ProDtlnotedataAlloc
Description
Allocate and initialize memory for note data. User must release memory by
ProDtlnotedataFree.
Synopsis
#include <
ProDtlnote.h
>
ProError
ProDtlnotedataAlloc
(
ProMdl
owner
/* (In)
The owner model of the note
*/
ProDtlnotedata
* notedata
/* (Out)
The note data.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated memory.
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
PRO_TK_OUT_OF_MEMORY
Not enough memory.
Sample Code References
pt_examples ( TestDtlnote.c )
pt_userguide ( UgDtlnoteExamples.c )
pt_userguide ( UgDtlsymdefExamples.c )
pt_userguide ( UgNoteCreate.c )
User Guide References
図面注記データ:ProDtlnotedataAlloc
Parent topic
Object ProDtlnotedata
これは役に立ちましたか?
このサイトは、JavaScript が有効になっている場合に最適に動作します。