Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class IEnableImpl

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMAppCore.dll

This class is to represent the whether enalble or disable.

public class IEnableImpl

Inheritance

objectIEnableImpl

Extension Methods

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

Constructors

IEnableImpl()

public IEnableImpl()

Methods

GetEnabled(INamed)

Determines whether the specified object is enable.

public static bool GetEnabled(INamed namedObj)

Parameters

namedObj INamed

The object has name.

Returns

bool

true if the specified object is enable; otherwise, false.

SetEnabled(INamed, bool)

Sets the enabled to object.

public static void SetEnabled(INamed namedObj, bool bEnabled)

Parameters

namedObj INamed

The object has name.

bEnabled bool

whether or not enabled.

Connect with Ansys