|
NObjectManagerTextSizeUnit Property
|
글씨 크기 단위(world 좌표계 단위)를 가져오거나 설정한다.
(NanFigureText::FontCount 또는 NAnnotationConfig::DefaultFontSize) * TextSizeUnit => world 단위 FontSize 계산
world 단위 FontSize / NanFigureText::WPP => 실제 NRichEditCtrl 에 설정되는 FontSize
Namespace: Pixoneer.NXDL.NXAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic double TextSizeUnit { get; set; }
Property Value
Double
See Also