Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Interface IEnableManager

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMAppCore.dll

This interface is to represent the enable manager.

public interface IEnableManager

Extension Methods

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

Methods

IsEnabled(ObjectBase)

Determines whether is enabled [the specified object].

bool IsEnabled(ObjectBase ob)

Parameters

ob ObjectBase

The object.

Returns

bool

true if is enabled [the specified object]; otherwise, false.

SetEnable(ObjectBase, bool)

Sets the enable.

void SetEnable(ObjectBase ob, bool bEnable)

Parameters

ob ObjectBase

The object.

bEnable bool

if set to true enable.

Connect with Ansys