|
XGraphSetNumNodes Method
|
그래프 마디 개수를 설정한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic bool SetNumNodes(
int nNumNodes
)
Parameters
- nNumNodes Int32
- 마디 개수.
Return Value
Boolean성공하면 true를, 그렇지 않으면 false를 반환한다.
See Also