Click or drag to resize

ExtensionGetPDMFileReferencedDocuments Method

Returns an array of referenced documents by the specified PDM file.

Namespace:  CADSharpTools.PDM
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static string[] GetPDMFileReferencedDocuments(
	this IEdmFile5 file,
	IEdmFolder5 folder
)

Parameters

file
Type: IEdmFile5
File object.
folder
Type: IEdmFolder5
Folder object.

Return Value

Type: String
Array of referenced documents pathnMES

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEdmFile5. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
  • Structural members are ignored.
  • Broken or missing references are ignored.
See Also