Skip to main content

DPF Mechanical 2026 R1

PinDescription class

Last update: 18.06.2026

Namespace: Ans.DataProcessing

PinDescription(index: int, name: str, description: str, isOptional: bool, isEllipsis: bool, typeNames: IEnumerable[str], aliases: IEnumerable[str])

Class Information

Property Value
Namespace Ans.DataProcessing
Assembly CS_DataProcessing

Constructors

Constructor

PinDescription(index, name, description, isOptional, isEllipsis, typeNames, aliases)

Parameters:

  • index (int)
  • name (str)
  • description (str)
  • isOptional (bool)
  • isEllipsis (bool)
  • typeNames (iterable)
  • aliases (iterable)

Methods

Properties

Index

Type: int

# Get or set the property
value = obj.Index
obj.Index = new_value

Name

Type: str

# Get or set the property
value = obj.Name
obj.Name = new_value

Description

Type: str

# Get or set the property
value = obj.Description
obj.Description = new_value

IsOptional

Type: bool

# Get or set the property
value = obj.IsOptional
obj.IsOptional = new_value

IsEllipsis

Type: bool

# Get or set the property
value = obj.IsEllipsis
obj.IsEllipsis = new_value

TypeNames

Type: List

# Get or set the property
value = obj.TypeNames
obj.TypeNames = new_value

Aliases

Type: List

# Get or set the property
value = obj.Aliases
obj.Aliases = new_value

Connect with Ansys