Click or drag to resize

LineBarrierGetNames Method

Gets a list of all material names in the document, can be used to easily access definitions via GetDefinitions(Document) method.

Namespace: ema3d.Api.V25.Core.Definitions
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static List<string> GetNames(
	Document document
)

Parameters

document  Document
Document document object to grab definitions.

Return Value

ListString
List of all Isotropic definition names
See Also