Question Setting properties of existing class

goldford

Member
Joined
May 6, 2009
Messages
12
Programming Experience
1-3
Hi there,

This is likely a beginner question but here I am anyway. I am programming an extension for ArcGIS Desktop and the extension class instantiates an IPersist (or IPersistVariant) interface that allows parameters from the extension to be stored until next use.

I want to use a separate class to call an options form. When the user hits 'save' the parameters set in the form class are written to the properties of the extension class. Can someone explain to me the best way to reference a class that the application has already created and change its properties?
 
Back
Top