![]() | PBIScale Class |
Namespace: Pixoneer.NXDL.NXMilmap
public class PBIScale : RPFScale
The PBIScale type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetTypeName | 형식 이름을 가져온다. (Overrides RPFScaleGetTypeName.) |
![]() | GetXMLString | XML 문자열을 가져온다. (Overrides RPFScaleGetXMLString.) |
NXMilmapConfig config = new NXMilmapConfig(); config.Load("X:\\XMilmapConfig(Sample).xml"); PBIScale pbi = new PBIScale(); pbi.strName = "test"; pbi.arrDataSrc.Add("C:\\a.pbi"); config.Add(pbi); config.Save("X:\\test.xml");