Gets the full path of the parent project and any subprojects of a document in a
search result.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property ParentPath As String |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWSearchResult
Dim value As String
value = instance.ParentPath
|
C# | |
---|
string ParentPath {get;} |
C++/CLI | |
---|
property String^ ParentPath {
String^ get();
} |
Return Value
Path to parent project and any subprojects
Remarks
See Also
Availability
SolidWorks Workgroup PDM 2006 FCS