コード例 #1
0
 public AcGlobalProperty getGlobalProperty(AcGlobalPropertyPkIF pk) {
   return _delegate.getGlobalProperty(pk);
 }
コード例 #2
0
 public AcGlobalProperty getGlobalProperty(String code, String level, String subjectCode) {
   return _delegate.getGlobalProperty(code, level, subjectCode);
 }