IModel.ModelPath property
Namespace: NextDesign.Core
Description
Model hierarchy path for this instance Returns a path string that joins the model hierarchy starting from the model that is the origin of the model root, product line, or unit and has no parent element loaded, with the path delimiter ("/").
If the root node to which this instance belongs is a model in which the parent element is not loaded, "\partial;" is added to the beginning of the path string concatenated by the path delimiter.
string ModelPath {get;}
type
- string
Annotation
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 relevant part in the extension along with the version upgrade to Ver.1.1 or later.