DataObjectFiles#

class ansys.stk.core.stkx.DataObjectFiles#

Collection of files for OLE drag & drop operations.

Overview#

item

Get the file name at the specified index (0-based).

_new_enum

Return an object that can be used to iterate through all the file names in the collection.

count

Number of file names contained in the collection.

Import detail#

from ansys.stk.core.stkx import DataObjectFiles

Property detail#

property DataObjectFiles._new_enum: EnumeratorProxy#

Return an object that can be used to iterate through all the file names in the collection.

property DataObjectFiles.count: int#

Number of file names contained in the collection.

Method detail#

DataObjectFiles.item(self, index: int) str#

Get the file name at the specified index (0-based).

Parameters:

index : int

Returns:

str