Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Interface IHasModal

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.FE
Assembly: VMFE.dll

This interface is to represent the object that has modal.

public interface IHasModal

Extension Methods

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

Methods

GetModalPath()

Gets the modal information.

string GetModalPath()

Returns

string

GetModes()

Gets the Modes.

ObjectBase[] GetModes()

Returns

ObjectBase[]

The modes.

SetModalPath(string, string)

Sets the modal information.

void SetModalPath(string strPath, string strDocumentDir)

Parameters

strPath string

The modal absolute path

strDocumentDir string

The document directory

SetModalPath(string)

Sets the modal information.

void SetModalPath(string strPath)

Parameters

strPath string

The modal absolute path

Connect with Ansys