ArcFM Responder Mobile Developer Guide
PersistInfo Class
Members 






Use this interface to collect information in a user interface, store and retrieve it later.
Object Model
PersistInfo Class
Syntax
[System.Runtime.InteropServices.ProgId("mmGeodatabase.MMPersistInfo")]
[System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("E1A0EB32-C96A-4C52-ADBE-61689860E459")]
public class PersistInfo : Miner.Interop.IMMPersistInfo  
public class PersistInfo = class(Miner.Interop.IMMPersistInfo)
System.Runtime.InteropServices.ProgIdAttribute("mmGeodatabase.MMPersistInfo")
System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.None)
System.Runtime.InteropServices.ComVisibleAttribute()
System.Runtime.InteropServices.GuidAttribute("E1A0EB32-C96A-4C52-ADBE-61689860E459")
public class PersistInfo implements Miner.Interop.IMMPersistInfo 
[System.Runtime.InteropServices.ProgId("mmGeodatabase.MMPersistInfo")]
[System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("E1A0EB32-C96A-4C52-ADBE-61689860E459")]
public __gc class PersistInfo : public Miner.Interop.IMMPersistInfo  
[System.Runtime.InteropServices.ProgId("mmGeodatabase.MMPersistInfo")]
[System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("E1A0EB32-C96A-4C52-ADBE-61689860E459")]
public ref class PersistInfo : public Miner.Interop.IMMPersistInfo  
'Declaration
 
<System.Runtime.InteropServices.ProgIdAttribute("mmGeodatabase.MMPersistInfo")>
<System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.None)>
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("E1A0EB32-C96A-4C52-ADBE-61689860E459")>
Public Class PersistInfo 
   Implements Miner.Interop.IMMPersistInfo 
 
'Usage
 
Dim instance As PersistInfo
Example
IMMPersistInfo persistInfo = new PersistInfo(); persistInfo.OpenWorkspace(myworkspace,"UfmDatabaseOptions",false); var value = persistInfo.GetAttribute("DuctUnits");
Inheritance Hierarchy

System.Object
   Miner.Geodatabase.PersistInfo

Requirements

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

See Also

Reference

PersistInfo Members
Miner.Geodatabase Namespace

Send Feedback