Share

IiProperties.Materials Property

Get a list of the names of materials available in the current part or assembly.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

ReadOnly Property Materials As IEnumerable
	Get

C#

IEnumerable Materials { get; }

Return Value

Type: IEnumerable
A list of names of materials.

See Also

Reference

Was this information helpful?