Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class SettingUISection

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll

This class is to represent the setting for UI.

public class SettingUISection

Inheritance

objectSettingUISection

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

SettingUISection()

Initializes a new instance of the class.

public SettingUISection()

Properties

Page

Gets or sets the page.

public string Page { get; set; }

Property Value

string

PageType

Gets the type of the page.

public Type PageType { get; }

Property Value

Type

SettingType

Gets or sets the type of the setting.

public Type SettingType { get; set; }

Property Value

Type

SubSections

Gets or sets the sub sections.

public SettingUISection[] SubSections { get; set; }

Property Value

SettingUISection[]

Connect with Ansys