ImportedObject#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.ImportedObject#

Bases: object

Defines a row object in Imported Objects.

Overview#

GetPropertyNames

This method gives the complete list of property names that are supported.

GetPropertyValueAsString

Data in string format that is present on the columns

SetPropertyValue

Set the data for a give property name

Active

This property sets the object to active or inactive status

InternalObject

Gets the internal object. For advanced usage only.

Property detail#

property ImportedObject.Active: bool | None#

This property sets the object to active or inactive status

property ImportedObject.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSWorksheetRowDataAuto | None#

Gets the internal object. For advanced usage only.

Method detail#

ImportedObject.GetPropertyNames() Iterable[str]#

This method gives the complete list of property names that are supported.

ImportedObject.GetPropertyValueAsString(name: str) str#

Data in string format that is present on the columns

ImportedObject.SetPropertyValue(name: str, value: Any) None#

Set the data for a give property name