Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Interface INavigatorPage

Last update: 16.07.2025

Namespace: VM.NX.App.Navigator
Assembly: VMDIDef.dll

public interface INavigatorPage

Extension Methods

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

Properties

DoingImport

bool DoingImport { get; set; }

Property Value

bool

SkipChildAdded

bool SkipChildAdded { get; set; }

Property Value

bool

Methods

Add(string)

bool Add(string strAddInfo)

Parameters

strAddInfo string

Returns

bool

ClearSelectNavItem()

bool ClearSelectNavItem()

Returns

bool

Initialize(XmlDocument)

bool Initialize(XmlDocument dom)

Parameters

dom XmlDocument

Returns

bool

MultipleAdd(string)

bool MultipleAdd(string strAddInfo)

Parameters

strAddInfo string

Returns

bool

Remove(string)

bool Remove(string strRemoveInfo)

Parameters

strRemoveInfo string

Returns

bool

Rename(string)

bool Rename(string strRenameInfo)

Parameters

strRenameInfo string

Returns

bool

SelectRoot()

void SelectRoot()

Update(string)

bool Update(string strUpdateInfo)

Parameters

strUpdateInfo string

Returns

bool

UpdateAllTree(string)

bool UpdateAllTree(string strUpdateInfo)

Parameters

strUpdateInfo string

Returns

bool

UpdateEnable(string)

bool UpdateEnable(string strUpdateInfo)

Parameters

strUpdateInfo string

Returns

bool

UpdateIconForNodalModal(string)

bool UpdateIconForNodalModal(string strXml)

Parameters

strXml string

Returns

bool

UpdateRootName(string)

void UpdateRootName(string strUpdateInfo)

Parameters

strUpdateInfo string

Connect with Ansys