Previous Topic: ParentNext Topic: ReadOnly


Path

Gets the path to a model. This path never ends with a backslash, unless the path has the format "C:\."

Syntax

object.Path

Parameters

object

An expression that evaluates to a model object.

Remarks

The Path property has the String type.

The Path property does not get a model's file name and extension. To get the file name and extension, use the Name or FullName property.