IiPropertiesMaterial Property (Object) |
Gets or sets the material of a part. The part can be specified by using a component name or a document name.
Note: this will only work on a component that is a part.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Property Material (
componentOrDocName As Object
) As String
Get
Set
string this[
Object componentOrDocName
] { get; set; }
Parameters
- componentOrDocName
- Type: SystemObject
Property Value
Type:
StringThe material name.
See Also