|
NObjectManagerUseSizeUnit Property
|
글씨 크기, 선 두께, 점 크기를 계산할 때 설정한 TextSizeUnit, ThickUnit, PointSizeUnit을 사용할지 여부를 가져오거나 설정한다.
true로 설정하면 TextSizeUnit, ThickUnit, PointSizeUnit를 사용하고 false로 설정하면 Y방향 해상도를 사용한다.
Namespace: Pixoneer.NXDL.NXAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic bool UseSizeUnit { get; set; }
Property Value
Boolean
See Also