| NoteManagerEditNoteText Method |
노트 텍스트 수정
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public bool EditNoteText(
int noteId,
string text
)
Parameters
- noteId
- Type: SystemInt32
노트 아이디 - text
- Type: SystemString
기존 노트 텍스트
Return Value
Type:
Boolean수정 결과
See Also