Click or drag to resize

ResultFileCollectionItem Property

Gets first DataFileInfo with name name

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public DataFileInfo this[
	string name
] { get; }

Parameters

name  String
The name of the DataFileInfo to get.

Return Value

DataFileInfo
See Also