Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class Group<TGroup, TItem\>

Last update: 16.07.2025

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

The class is to represent the Group of Work.

public class Group<tgroup titem>

Type Parameters

TGroup

The type of the group.

TItem

The type of the item.

Inheritance

objectGroup

Extension Methods

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

Constructors

Group()

Initializes a new instance of the class.

public Group()

Group(string)

Initializes a new instance of the class.

public Group(string strName)

Parameters

strName string

Name of group.

Properties

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

SubGroups

Gets or sets the sub groups.

public List<tgroup> SubGroups { get; set; }

Property Value

List

SubItems

Gets or sets the sub items.

public List<titem> SubItems { get; set; }

Property Value

List

Methods

Initialize()

Initializes this instance.

public virtual void Initialize()

Connect with Ansys