Miner.Geodatabase.Engine Assembly > 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;}
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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.