SOLIDWORKS PDM Professional API Help Send Feedback
mbsIncludePath Field
See Also 
EPDM.Interop.epdm Namespace > EdmRawReference Structure : mbsIncludePath Field


How the file is referenced by the referencing file.

Syntax

Visual Basic 
Public mbsIncludePath As System.String
C# 
public System.string mbsIncludePath
C++/CLI 
public:
System.String^ mbsIncludePath

Example

See the EdmRawReference examples.

Remarks

Equivalent to the included as column in the check-in dialog box.

See Also