Share

IiProperties.Material 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: 29.0

Syntax

VB

Property Material ( 
	componentOrDocName As Object
) As String
	Get
	Set

C#

string this[
	Object componentOrDocName
] { get; set; }

Parameters

componentOrDocName
Type: System.Object

Property Value

Type: String
The material name.

See Also

Reference

Was this information helpful?