SOLIDWORKS PDM Professional API Help Send Feedback
IEdmData Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmData Interface


Allows you to access the properties of an object created by a template.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmData 
C# 
public interface IEdmData 
C++/CLI 
public interface class IEdmData 

Example

Remarks

This interface inherits from IDispatch. See IDispatch Interface (Automation).

IEdmTemplate53::RunEx executes a template to create one or more files or folders. It returns an array of these interfaces, one for each file or folder, in its ppoRetData parameter.

Accessors

See Also