Interface IObjectSet
Last update: 16.07.2025Namespace: 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
Methods
GetCount()
Gets object set count.
int GetCount()
Returns
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
The n-th object's element key.
GetElementType()
Gets the elememt type.
Type GetElementType()
Returns
The element type.