Skip to main content

IModel.ModelPath property

Namespace: NextDesign.Core

Description

the model hierarchy path of this instance
Returns a path string that concatenates the model hierarchy with the path delimiter ("/") starting from the model root, product line, or unit that has no parent elements loaded.

If the root node to which this instance belongs is a model whose parent element has not been loaded, "\partial;" is added to the beginning of the path string concatenated with the path delimiter.

string ModelPath { get; }

type

  • string

Annotations

About API specification change and migration method in Ver.1.1

From Ver1.1, this method gets the path string in the same format as the path bar.
If you are using this API, you need to change the corresponding part in the extension along with the version upgrade to Ver.1.1 or later.