Click or drag to resize

LineBarrierGetDefinitions Method

Gets all Isotropic Material definitions in a document.

Namespace: ema3d.Api.V25.Core.Definitions
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static Dictionary<string, LineBarrier> GetDefinitions(
	Document document = null
)

Parameters

document  Document  (Optional)
Document object to get all definitions from.

Return Value

DictionaryString, LineBarrier
A dictionary of form [String, LineBarrier], the key will default to the definition's DisplayName property.
See Also