ExternalDataFileCollection

(See Ansys.Mechanical.ExternalData.ExternalDataFileCollection) is a class that provides foundational behavior for holding external data files.

Declaration Syntax

public class ExternalDataFileCollection : IList<ExternalDataFile>, ICollection<ExternalDataFile>, IEnumerable<ExternalDataFile>, IEnumerable

Table 41: Members

Constructor

ExternalDataFileCollection(bool)

Construct a (See Ansys.Mechanical.ExternalData.ExternalDataFileCollection) instance.

Property

Count

Gets the number of external data files.

Property

Item

Gets or sets the external data file at the specified order index.

Property

SaveFilesWithProject

Gets or sets the flag controlling if the external data files will be copied to the project directory. If this flag is set to False, the external data files will directly reference the file path. The default is False.

Method

Add(ExternalDataFile)

No details are provided for this entry.

Method

Clear()

No details are provided for this entry.

Method

Contains(ExternalDataFile)

No details are provided for this entry.

Method

CopyTo(ExternalDataFile[], int)

No details are provided for this entry.

Method

GetEnumerator()

No details are provided for this entry.

Method

IndexOf(ExternalDataFile)

No details are provided for this entry.

Method

Insert(int, ExternalDataFile)

No details are provided for this entry.

Method

Remove(ExternalDataFile)

No details are provided for this entry.

Method

RemoveAt(int)

No details are provided for this entry.