Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Interface IObjectSet

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMAppCore.dll

This interface is to represent the object that has a name.

public interface IObjectSet

Extension Methods

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

Methods

GetCount()

Gets object set count.

int GetCount()

Returns

int

The number of object in object set.

GetElementKey(int)

Gets the n-th object's element key.

UIntPtr GetElementKey(int nIndex)

Parameters

nIndex int

The index of object set.

Returns

UIntPtr

The n-th object's element key.

GetElementType()

Gets the elememt type.

Type GetElementType()

Returns

Type

The element type.

Connect with Ansys