|
NanIsExplainLineText Method
|
설명선 텍스트 박스인지 체크한다.
Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic static bool IsExplainLineText(
NanObj obj
)
Parameters
- obj NanObj
- 체크할 객체
Return Value
Boolean 설명선 텍스트 박스이면 true, 아니면 false를 반환한다.
See Also