ExternalDataFileCollection#

class ansys.mechanical.stubs.v241.Ansys.Mechanical.ExternalData.ExternalDataFileCollection#

Bases: object

T:Ansys.Mechanical.ExternalData.ExternalDataFileCollection is a class that provides foundational behavior for holding external data files.

Overview#

Add

Clear

Contains

CopyTo

CopyTo method.

GetEnumerator

IndexOf

Insert

Remove

RemoveAt

SaveFilesWithProject

Gets or sets the flag controlling if the external data files will be copied to the project directory.

Item

Item property.

Count

Gets the number of external data files.

Property detail#

property ExternalDataFileCollection.SaveFilesWithProject: System.Boolean | None

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.

property ExternalDataFileCollection.Item: Ansys.Mechanical.ExternalData.ExternalDataFile | None

Item property.

property ExternalDataFileCollection.Count: System.Int32 | None

Gets the number of external data files.

Method detail#

ExternalDataFileCollection.Add(item: Ansys.Mechanical.ExternalData.ExternalDataFile) System.Void
ExternalDataFileCollection.Clear() System.Void
ExternalDataFileCollection.Contains(item: Ansys.Mechanical.ExternalData.ExternalDataFile) System.Boolean
ExternalDataFileCollection.CopyTo(array: Ansys.Mechanical.ExternalData.ExternalDataFile, arrayIndex: System.Int32) System.Void

CopyTo method.

ExternalDataFileCollection.GetEnumerator() System.Collections.Generic.IEnumerator[Ansys.Mechanical.ExternalData.ExternalDataFile]
ExternalDataFileCollection.IndexOf(item: Ansys.Mechanical.ExternalData.ExternalDataFile) System.Int32
ExternalDataFileCollection.Insert(index: System.Int32, item: Ansys.Mechanical.ExternalData.ExternalDataFile) System.Void
ExternalDataFileCollection.Remove(item: Ansys.Mechanical.ExternalData.ExternalDataFile) System.Boolean
ExternalDataFileCollection.RemoveAt(index: System.Int32) System.Void