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)  

Method

Clear()  

Method

Contains(ExternalDataFile)  

Method

CopyTo(ExternalDataFile[], int)  

Method

GetEnumerator()  

Method

IndexOf(ExternalDataFile)  

Method

Insert(int, ExternalDataFile)  

Method

Remove(ExternalDataFile)  

Method

RemoveAt(int)