Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello , iam new to programming but i have a problem in understanding this line
Document doc = uiapp.ActiveUIDocument.Document;
uiapp is an object of UIApplication class and ActiveUIDocument is a property of uiapplication class so i can reach to it but the word document in (uiapp.ActiveUIDocument.Document) , what is the usage of it and there isnot any member or method called document for the uiapplication class
so i want to know what is document word is it method , member of some class and the usage of it?
Solved! Go to Solution.