    

 ## On this page

  

 

 # `ImportedObject`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.ImportedObject"></a>

#### *class* Ansys.ACT.Automation.Mechanical.ImportedObject

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

Defines a row object in Imported Objects.

<a id="overview"></a>

## Overview

### Methods

NameDescription[`GetPropertyNames`](#ImportedObject.GetPropertyNames)This method gives the complete list of property names that are supported.[`GetPropertyValue`](#ImportedObject.GetPropertyValue)Get the data for a given property name[`GetPropertyValueAsString`](#ImportedObject.GetPropertyValueAsString)Data in string format that is present on the columns[`SetPropertyValue`](#ImportedObject.SetPropertyValue)Set the data for a given property name### Properties

NameDescription[`Active`](#ImportedObject.Active)This property sets the object to active or inactive status[`InternalObject`](#ImportedObject.InternalObject)Gets the internal object. For advanced usage only.<a id="property-detail"></a>

## Property detail

<a id="ImportedObject.Active"></a>

### *property* ImportedObject.Active *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

This property sets the object to active or inactive status

<a id="ImportedObject.InternalObject"></a>

### *property* ImportedObject.InternalObject *: Ansys.Common.Interop.DSObjectsAuto.IDSWorksheetRowDataAuto | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the internal object. For advanced usage only.

<a id="method-detail"></a>

## Method detail

<a id="ImportedObject.GetPropertyNames"></a>

### ImportedObject.GetPropertyNames() → Iterable\[[str](https://docs.python.org/3/library/stdtypes.html#str)\]

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

<a id="ImportedObject.GetPropertyValue"></a>

### ImportedObject.GetPropertyValue(name: [str](https://docs.python.org/3/library/stdtypes.html#str)) → Any

Get the data for a given property name

<a id="ImportedObject.GetPropertyValueAsString"></a>

### ImportedObject.GetPropertyValueAsString(name: [str](https://docs.python.org/3/library/stdtypes.html#str)) → [str](https://docs.python.org/3/library/stdtypes.html#str)

Data in string format that is present on the columns

<a id="ImportedObject.SetPropertyValue"></a>

### ImportedObject.SetPropertyValue(name: [str](https://docs.python.org/3/library/stdtypes.html#str), value: Any) → [None](https://docs.python.org/3/library/constants.html#None)

Set the data for a given property name