MaterialClassProperties
Returns a collection of MaterialClassProperty objects that are derived from the material class upon which they are based.
Syntax
MaterialClass.MaterialClassProperties
The
MaterialClassProperties
property syntax has these parts:Part | Description |
---|---|
MaterialClass | Instance of the MaterialClass interface to which the method is
directed. |
Remarks
The MaterialClass object contains a new property, called MaterialClassProperties, that will present a collection of MaterialClassProperty objects derived from the MaterialClass. This functionality is consistent with how the existing material object model presents collections that are based on a parent object. For example, the material object has a property called MaterialProperties that presents a collection of MaterialProperties that are derived from the represented Material.
Provide Feedback