高级会员
注册日期: 06-11
帖子: 1527
精华: 15
现金: 6353 标准币
资产: 6353 标准币
|
How to get characteristic information of Imported feature (swTnImported type) ?
Q:
How to get characteristic information of Imported feature (swTnImported type) ? Such as color, ID, layer
Hi,
> > How to get characteristic information of Imported feature (swTnImported type) ? Such as color, ID, layer.
My code as follows:
// get the imported feature dispatch
LPDISPATCH dImportedFeature = swFeature.GetDefinition();
Yogy
|