Posted by: | ![]() | SRY |
Data created: | 22 February 2024 |
I want to collect texture maps through it,I write all my codes in c#.But report an error!
<span class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"><img class="lia-media-image" title="_20240220105721.jpg" src="https://forums.autodesk.com/t5/image/serverpage/image-id/1327991iAD244F57917253E1/image-size/medium?v=v2&px=400" alt="_20240220105721.jpg" /></span> the following is my codes: private void PasteFeedBack_Click(object sender, RoutedEventArgs e) -------------- public class SRYAssetEnumCallback : IAssetEnumCallback public IntPtr NativePointer => throw new NotImplementedException(); public void Dispose() public bool Equals(IAssetEnumCallback other) public void RecordAsset(IAssetUser asset) | |
22 February 2024
#35429 | |
Error prompt: | |
24 February 2024
#35435 | |
Please check, there should be Autodesk.Max.Plugins.AssetEnumCallback class from which their class should be derived, not from IAssetEnumCallback Marsel Khadiyev (Software Developer, EPHERE Inc.) | |
24 February 2024
#35438 | |
Hi EPHERE, You are right,It's Great!You've done me a great favor!thanks |