Click or drag to resize
XDL

NanIsExplainLineText Method

설명선 텍스트 박스인지 체크한다.

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public static bool IsExplainLineText(
	NanObj obj
)

Parameters

obj  NanObj
체크할 객체

Return Value

Boolean
설명선 텍스트 박스이면 true, 아니면 false를 반환한다.
See Also