ImportedObject#

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

Bases: object

Defines a row object in Imported Objects.

Overview#

GetPropertyValueAsString

Data in string format that is present on the columns

SetPropertyValue

Set the data for a give property name

GetPropertyNames

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

InternalObject

Gets the internal object. For advanced usage only.

Active

This property sets the object to active or inactive status

Property detail#

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

Gets the internal object. For advanced usage only.

property ImportedObject.Active: System.Boolean | None

This property sets the object to active or inactive status

Method detail#

ImportedObject.GetPropertyValueAsString(name: System.String) System.String

Data in string format that is present on the columns

ImportedObject.SetPropertyValue(name: System.String, value: System.Object) System.Void

Set the data for a give property name

ImportedObject.GetPropertyNames() System.Collections.Generic.IEnumerable[System.String]

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