SOLIDWORKS PDM Professional API Help Send Feedback
EdmRefItemProperty Enumeration
See Also  
EPDM.Interop.epdm Namespace : EdmRefItemProperty Enumeration


Types of property that can be accessed in IEdmRefItem objects via IEdmRefItem::GetProperty and IEdmRefItem::SetProperty.

Syntax

Visual Basic 
Public Enum EdmRefItemProperty 
   Inherits System.Enum
C# 
public enum EdmRefItemProperty : System.Enum 
C++/CLI 
public enum class EdmRefItemProperty : public System.Enum 

Members

MemberDescription
Edmrip_CheckAdd27 = R+W; Boolean; add file?
Edmrip_CheckChangeState28 = R+W; Boolean; change the state of the file?
Edmrip_CheckCopy24 = R+W; Boolean; copy file?
Edmrip_CheckGet20 = R+W; Boolean; retrieve file?
Edmrip_CheckHasBlockingWarning30 = R+W; Boolean; file has blocking warning?
Edmrip_CheckIncRev21 = R+W; Boolean; increment revision?
Edmrip_CheckKeepLocked19 = R+W; Boolean; keep check-out state after check in?
Edmrip_CheckLock17 = R+W; Boolean; check out file?
Edmrip_CheckOverwriteLatestVersion29 = R+W; Boolean; overwrite the latest version of the file with the new changes instead of creating a new version?
Edmrip_CheckRemoveLocal23 = R+W; Boolean; Check In container; remove local file copy after check in?
Edmrip_CheckUndoLock22 = R+W; Boolean; Check In container; remove check-out state without producing a new version?
Edmrip_CheckUnlock18 = R+W; Boolean; Check In container; check in file?
Edmrip_FileName2 = R; string; All container; filename
Edmrip_FoundPath7 = R; string; Check In container; file system path to folder where file is found
Edmrip_ID0 = R; string; All container; unique ID of the item in the container
Edmrip_IncludedAs6 = R; string; Check In container; include path used to reference this file
Edmrip_LockComputer4 = R; string; Check In container; name of computer where file is checked out
Edmrip_LockPath3 = R; string; Check In container; file system path to folder where file is checked out
Edmrip_LockUser5 = R; string; Check In container; name of user who checked out file
Edmrip_RefName1 = R; string; All container; name of file reference; does not have to be the filename
Edmrip_RevisionLatest15 = R; string; current revision number of file
Edmrip_RevisionNew16 = R; string; next revision number of file
Edmrip_ShowMultipleWarnings31 = R+W; Boolean; display the Multiple Warnings link in the command dialog box's warning column?
Edmrip_Size33 = R; integer; file size
Edmrip_StatusHresult25 = R; HRESULT; All container; binary error code for this item
Edmrip_StatusText26 = R; string; All container; error code
Edmrip_TransitionID34 = R; integer; Transition ID returned with change state operation
Edmrip_Type32 = R; integer; Check In container; type of file: 1=normal, 2=virtual, 3=BOM, 4=item, 5=cutlist, 6=toolbox part
Edmrip_VersionAttached11 = R; integer; Check In container; version that was referenced before check in
Edmrip_VersionLatest9 = R; integer; Check In container; latest version of the file
Edmrip_VersionLocal8 = R; integer; Check In container; version of file copy on the local disk
Edmrip_VersionNew10 = R; integer; Check In container; next version of the file
Edmrip_VersionNewAttached12 = R; integer; Check In container; version that will be referenced after check in
Edmrip_WorkflowStateIcon14 = R; string; Check In container; name of the file's current workflow state icon
Edmrip_WorkflowStateName13 = R; string; Check In container; name of the file's current workflow state

Remarks


See Also