Why we use the mothod like 'get_properties' to get some properties?

Like description in problem, “familyinstace.get_BoundingBox()” is kind of method to get the property of BoundingBox from familyinstance within revit after checking RevitAPI. However, I have some problems to figure out the difference between the "boundingBox.Max’’ and “familyinstace.get_BoundingBox().” Is anything possible that someone could help me to know more details about the process difference between above them? THX

This is a c# idiosyncrasy. Research c# getters, setters and properties.

1 Like