Miner.Geodatabase.GeodatabaseManager Namespace > ActionData Class : Version Property |
'Declaration
Public Property Version As ESRI.ArcGIS.Geodatabase.IVersion
'Usage
Dim instance As ActionData Dim value As ESRI.ArcGIS.Geodatabase.IVersion instance.Version = value value = instance.Version
public ESRI.ArcGIS.Geodatabase.IVersion Version {get; set;}
public read-write property Version: ESRI.ArcGIS.Geodatabase.IVersion;
public function get,set Version : ESRI.ArcGIS.Geodatabase.IVersion
protected override bool SubExecute(ActionData actionData, GdbmParameter[] parameters) { IVersion version = actionData.Version; if (version != null) { IWorkspace workspace = (IWorkspace)version; /* use workspace here */ } }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2