|
高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】getdimlinetype returns null objectid. means wha
getdimlinetype returns null objectid. means what ?
getdimlinetype returns null objectid. means what ?
pdimstyle->getdimlinetype()
pdimstyle->getdimext1linetype()
pdimstyle->getdimext2linetype()
return null object id.
is this an intended behaviour and if yes what is it's meaning.
thanks
jp
it is intended behaviour. in case pdimstyle->getdimlinetype() == null is used pdimstyle->linetypeid(). in case pdimstyle->getdimext1linetype() == null ( and pdimstyle->getdimext2linetype() == null ) is used pdimstyle->getdimlinetype().
best regards,
sergey z.
|