30+
years serving the scientific and engineering community
ログイン
ビデオを見る
試す
買う
English
日本語
Deutsch
Toggle navigation
製品
製品
Origin
OriginPro
無料Originビューアー
全製品
OriginとOriginProの比較
最新バージョンの新機能
製品資料
ショーケース
アプリケーション
ケーススタディ
グラフギャラリー
アニメーション・ギャラリー
3D関数ギャラリー
Originの機能
2D&3D グラフ作成
ピーク分析
曲線フィット
統計処理
信号処理
各バージョンの主要機能
ライセンス形態
ライセンスファイル(ノードロック固定シート)
FLEXnetネットワークライセンス(同時起動)
ハードウェアキー
アカデミック
学生版
一般企業/個人
政府機関
OriginLabが選択される訳
Originのユーザー
Originに対するユーザ評
レビュー記事
オンライン・ストア
見積もり/発注
世界のOrigin販売店
アプリ
Data Import
CSV Connector
Excel Connector
MATLAB Connector
XML Connector
LeCroy Connector
Agilent MS
Tektronix WFM
Google Map
N42 Connector
More...
Graphing
Graph Maker
Paired Comparison Plot
Manhattan Plot
Forest Plot
Piper Diagram
Voronoi Diagram
Chromaticity Diagram
Heatmap with Dendrogram
More...
Publishing
Graph Publisher
Send Graphs to PowerPoint
Send Graphs to Word
Send Graphs to OneNote
Movie Creator
Graph Anim
More...
Curve Fitting
Simple Fit
Speedy Fit
Rank Models
Fit ODE
Neural Network Fitting
Fit Convolution
Polynomial Surface fit
Enzyme Kinetics
Drug Dissolution Analysis
More...
Peak Analysis
Simple Spectroscopy
Peak Deconvolution
Pulse Integration
Align Peaks
Global Peak Fit
PCA for Spectroscopy
2D Peak Analysis
Gel Molecular Weight Analyzer
More...
Statistics
Stats Advisor
PCA
DOE
Chi-Square Test
Weibull Fit
Structural Equation Modeling
Surface Roughness Parameters
More...
How do Apps work in Origin?
Suggest a New App
ご購入
新規発注
メンテナンス契約の更新
Originバージョンのアップグレード
お問合せ(米国・カナダのみ)
世界のOrigin販売店
ライセンスの種類
ライセンスファイル(ノードロック固定シート)
FLEXnetネットワークライセンス(同時起動)
ハードウェアキー
アカデミック
学生版
一般企業/個人
政府機関
Originのユーザー
購入に関するよくある質問
サポート
サービス
OriginのインストールPCを変更
Originのライセンス/登録
コンサルテーション
Originトレーニング
技術サポート
技術サポートのよくある質問
ヘルプ・センター
サポートについてのお問合せ
サポート・ポリシー
ダウンロード
サービスリリース・パッチプログラム
無料Originビューアー
Orglabモジュール
製品資料
Origin評価版
全てのダウンロード
ビデオ
インストールとライセンス処理
Origin入門
全てのビデオチュートリアル
ドキュメンテーション
ユーザーガイド
チュートリアル
Python プログラミング
OriginC プログラミング
LabTalk プログラミング
全てのドキュメント
Originコミュニティ
ユーザフォーラム
ファイル交換の場
Facebook
LinkedIn
YouTube
会社情報
弊社概要
ニュース&イベント
キャリア
世界のOrigin販売店
お問合せ
ログイン
All Books
Non-Programming Books
User Guide
Tutorials
Quick Help
Origin Help
Programming Books
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
Apps
App Development
Code Builder
License
Orglab
TreeNode
Contents
1
Name
2
Remark
3
Hierarchy
4
Examples
5
header to Include
6
Reference
7
Members
8
Property
Name
TreeNode
Remark
Hierarchy
PropertyNode
TreeNode
Tree
ReportBase
Examples
header to Include
origin.h
Reference
Members
Name
Brief
Example
AddNode
Add a new node.
Examples
AddNumericNode
Creates a new node with the specified name, id and the double value and returns that node.
Examples
AddTextNode
Creates a new node with the specified name, id and the string value and returns that node.
Examples
Clone
Clones a tree node. If bDeep is true, copies the whole branch
Examples
CreateDiff
Construct a new tree that collects all the tree nodes that are different between the two given.
Examples
FindNodeByAttribute
Find a node from a tree by the AttributeName with matching value.
Examples
GetArrayAsString
Get array as string from the node.
Examples
GetAttribute
Get the attribute value of a node with the specified attribute name.
Examples
GetAttributeNames
Get all attribute names from this node
Examples
GetDataRange
Gets a DataRange object from the TreeNode object which was previously saved using SetDataRanges
Examples
GetNode
Find child by name
Examples
GetNodeCount
Get the number of children nodes in the tree node.
Examples
GetNodeFromPath
Get tree node from the specify path.
Examples
GetNodeText
Get a node's text string by allowing custom code page value to convert from Unicode to multibytes. This is needed if the XML node contains a string that is not ascii. For example, Japanese, Chinese, or German strings.
Examples
GetValue
Allows recursive access for getting values a leaf of with a particular tagname of the TreeNode
Examples
InsertNode
Insert a child node.
Examples
IsEmpty
Returns the information on whether the node is empty or not. The node must be valid. The node is considered empty if it has no child nodes or if the value it holds is empty.
Examples
IsValid
Checks if a given node is a valid node or not
Examples
Parent
Find parent.
Examples
Remove
Removes the node that calls this method.
Examples
RemoveAttribute
Removes the attribute of a node.
Examples
RemoveChild
Removes the node with the specified id.
Examples
RemoveChildrenWithPrefix
Removes the node with the specified prefix.
Examples
Replace
Replaces a node in the tree.
Examples
Reset
Removes all the children and value of a node or a tree, and optionally all attributes
Examples
Reverse
Reverse the order of the child nodes
Examples
SetAttribute
Sets the integer value of a node.
Examples
SetCDATA
Ensures that any string set to it will be preserved without modifications when saved into a file.
Examples
SetDataRange
sets a DataRange object to the TreeNode
Examples
SetNodeText
It sets the value of the node as string by assuming the supplied code page (if >= 0) when converting to Unicode.
Examples
SetValue
Allows recursive access for setting values to all the leaves of the TreeNode
Examples
TreeNode
Default constructor
Examples
Property
Name
Brief
Example
Children
Children are all next level's nodes that are direct adjacent to "this" node.
Examples
DataID
Read or write treenode's DataID attribute.
Examples
Enable
Read or write treenode's Enable attribute.
Examples
FirstNode
Read-only. The first child of this node.
Examples
ID
Read or write treenode's NodeID attribute.
Examples
LastNode
Read-only. The last child of this node.
Examples
NextLeaf
Read-only. The next adjacent leaf of this node.
Examples
NextNode
Read-only. The next adjacent node of this node.
Examples
PrevNode
Read-only. The previous adjacent node of this node.
Examples
Show
Read or write treenode's Show attribute.
Examples
tagName
Read-only. Text name of the node.
Examples
Text
Property to read or write text to treenode.
Examples
TypeID
Identifies the data type of the node
Examples
Use
Read or write treenode's Use attribute.
Examples
XML
init treenode from XML string or to get as XML string
Examples
Skip Navigation Links
All Books
Origin C
Origin C Reference
Classes
Composite Data Types
TreeNode
User Guide
Tutorials
Quick Help
Origin Help
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
Apps
App Development
Code Builder
License
Orglab
Programming
Origin C Programming Guide
Origin C Reference
Examples
Origin Developer Kit
Build Dialogs using HTML and JavaScript
Global Functions
Classes
Macros
Typedef
Struct
Enum
Analysis
Application Communication
Composite Data Types
Internal Origin Objects
System
User Interface Controls
Utility
CategoricalData
CategoricalMap
complex
Curve
curvebase
Dataset
matrix
Matrix
matrixbase
PropertyNode
ReportBase
ReportData
ReportTable
ReportTreeBase
string
Tree
TreeNode
vector
vectorbase
TreeNode::AddNode
TreeNode::AddNumericNode
TreeNode::AddTextNode
TreeNode::Children
TreeNode::Clone
TreeNode::CreateDiff
TreeNode::DataID
TreeNode::Enable
TreeNode::FindNodeByAttribute
TreeNode::FirstNode
TreeNode::GetArrayAsString
TreeNode::GetAttribute
TreeNode::GetAttributeNames
TreeNode::GetDataRange
TreeNode::GetNode
TreeNode::GetNodeCount
TreeNode::GetNodeFromPath
TreeNode::GetNodeText
TreeNode::GetValue
TreeNode::ID
TreeNode::InsertNode
TreeNode::IsEmpty
TreeNode::IsValid
TreeNode::LastNode
TreeNode::NextLeaf
TreeNode::NextNode
TreeNode::Parent
TreeNode::PrevNode
TreeNode::Remove
TreeNode::RemoveAttribute
TreeNode::RemoveChild
TreeNode::RemoveChildrenWithPrefix
TreeNode::Replace
TreeNode::Reset
TreeNode::Reverse
TreeNode::SetAttribute
TreeNode::SetCDATA
TreeNode::SetDataRange
TreeNode::SetNodeText
TreeNode::SetValue
TreeNode::Show
TreeNode::tagName
TreeNode::Text
TreeNode::TreeNode
TreeNode::TypeID
TreeNode::Use
TreeNode::XML
English
|
Deutsch
|
日本語
© OriginLab Corporation. All rights reserved.
×
☐
_
Let's Chat