| 
            
              NanFigureText Constructor
             | 
          
        
        
            NanFigureText 클래스의 생성자로서, 텍스트박스 도형 type을 인자로 받아 멤버변수에 대하여 초기화를 수행한다. 
            
        
        Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.40 (2.0.3.40)
Syntaxpublic NanFigureText(
	eFigureTextType figType = eFigureTextType.Rect
)
Parameters
- figType  eFigureTextType  (Optional)
 -  텍스트박스 도형 type 
 
See Also