Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Interface IOwned

Last update: 16.07.2025

Namespace: VM.Models.Pre
Assembly: VM.Models.Pre.dll

This interface is to represent the owner object in the object relationship.

public interface IOwned

Extension Methods

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

Properties

Container

Gets or sets the owner object.

IOwned Container { get; }

Property Value

IOwned

Document

Gets the document that contains the object.

IDocument Document { get; }

Property Value

IDocument

Owner

Gets the owner object.

IObject Owner { get; }

Property Value

IObject

Methods

SetContainer(IOwned, bool, bool)

Sets the owner object.

void SetContainer(IOwned owner, bool backup, bool isFromLinkAttribute = false)

Parameters

owner IOwned

backup bool

isFromLinkAttribute bool

Connect with Ansys