|
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
|
|