Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Interface IReferencable

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMAppCore.dll

This interface is to represent the reference.

public interface IReferencable

Extension Methods

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

Properties

Referencable

Gets the referencable data.

bool Referencable { get; }

Property Value

bool

Visible

Gets the visible data.

bool Visible { get; }

Property Value

bool

Methods

Instantiate(Reference, Canvas)

Instantiates the specified reference.

void Instantiate(Reference reference, Canvas canvas)

Parameters

reference Reference

The reference.

canvas Canvas

The canvas.

MakeReference(LinkedList)

void MakeReference(LinkedList<reference> lstRef)

Parameters

lstRef LinkedListReference&gt;

Connect with Ansys