Welcome
Expand Getting StartedGetting Started
Expand SOLIDWORKS API HelpSOLIDWORKS API Help
Collapse SOLIDWORKS PDM Professional API HelpSOLIDWORKS PDM Professional API Help
Welcome
Release Notes
Getting Started
Expand Stand-alone ApplicationsStand-alone Applications
Expand Add-in ApplicationsAdd-in Applications
Collapse EPDM.Interop.epdm NamespaceEPDM.Interop.epdm Namespace
Overview
Expand InterfacesInterfaces
Collapse EnumerationsEnumerations
CreateMenuFlags
EdmAddAddInFlags
EdmAddCallbackMsgID
EdmAddFileDlgFlag
EdmAddFlag
EdmAddInFileInfoFlags
EdmBatchAddFlag
EdmBatchAddFolderFlag
EdmBatchCreateFolderFlag
EdmBatchFlags
EdmBomColumnType
EdmBomFlag
EdmBomInsertRowOption
EdmBomSetVarOption
EdmBomVersionType
EdmBrowseFlag
EdmBrowseForFolderFlag
EdmButtonState
EdmCardControlType
EdmCardFlag
EdmCardType
EdmCardViewFlag
EdmCardViewUpdateType
EdmChangeStateFileListFlag
EdmClientType
EdmCmdNodeProp
EdmCmdType
EdmColType
EdmCopyFlag
EdmCreateListExFlags
EdmCreateReferenceFlags
EdmCreateVaultFlag
EdmCreateVaultViewFlag
EdmDataPropertyType
EdmDataType
EdmDefaultValueType
EdmDefValComp
EdmFileType
EdmFindUserProp
EdmFolderHistoryFlag
EdmFolderInfoFlag
EdmGetCmdFlags
EdmGetConfirmReason
EdmGetFileListFlag
EdmGetFlag
EdmGetMenuInfoFlags
EdmGetMsgFlag
EdmGetOpError
EdmGetOpMsg
EdmGetOpReply
EdmGetPermFlag
EdmGetVarDataFlag
EdmGroupDataFlags
EdmHistoryType
EdmIncRevFlags
EdmInstallFileFlags
EdmItemGenerationFlags
EdmItemLinkType
EdmLanguage
EdmLaunchSearchFlags
EdmLibVer
EdmLicenseType
EdmListFileFlags
EdmListFolderFlags
EdmListRetFileFlag
EdmLockFlag
EdmMBoxResult
EdmMBoxType
EdmMenuFlags
EdmMenuStrType
EdmMsgType
EdmObjectType
EdmProgressType
EdmRawRefFlags
EdmRefFlags
EdmRefItemProperty
EdmRefItemType
EdmRefreshFlag
EdmRefType
EdmRepaintType
EdmResolveAction
EdmResolveReason
EdmRevComponentFlags
EdmRightFlags
EdmSearchToken
EdmStateFlags
EdmSysPerm
EdmSysRightFlags
EdmTaskFlag
EdmTaskStatus
EdmTransitionRightFlags
EdmTransitionType
EdmUnlockBuildTreeFlags
EdmUnlockEvent
EdmUnlockEventMsg
EdmUnlockFileListFlag
EdmUnlockFlag
EdmUnlockOpMsg
EdmUnlockOpReply
EdmUnlockStatusFlag
EdmUserDataExFlag
EdmUserDataFlags
EdmUserPictureFlag
EdmUtility
EdmVariableFlags
EdmVariableType
EdmVarOp
EdmVaultType
Expand StructuresStructures
Expand EPDM.Interop.EPDMResultCode NamespaceEPDM.Interop.EPDMResultCode Namespace
Expand FeatureWorks API HelpFeatureWorks API Help
Expand SOLIDWORKS Costing API HelpSOLIDWORKS Costing API Help
Expand SOLIDWORKS Document Manager API HelpSOLIDWORKS Document Manager API Help
Expand SOLIDWORKS Routing API HelpSOLIDWORKS Routing API Help
Expand SOLIDWORKS Simulation API HelpSOLIDWORKS Simulation API Help
Expand SOLIDWORKS Sustainability API HelpSOLIDWORKS Sustainability API Help
Expand SOLIDWORKS Toolbox API HelpSOLIDWORKS Toolbox API Help
Expand SOLIDWORKS Utilities API HelpSOLIDWORKS Utilities API Help
Expand eDrawings API HelpeDrawings API Help
Hide Table of Contents
EdmRefItemProperty Enumeration

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

Syntax

Visual Basic (Declaration) 
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_StatusHresult25 = R; HRESULT; All container; binary error code for this item
Edmrip_StatusText26 = R; string; All container; error code
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



Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   EdmRefItemProperty Enumeration
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2018 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.