ArcFM Server Developer Guide
PersistInfo Class
Members 


Version: 10.2.1a

Resource Center Home

Product Availability
ArcFM Desktop, ArcFM Engine and ArcFM Server
Required Licenses
ArcFM, Designer, ArcFM Viewer, ArcFM Engine, ArcFM Engine Editor, ArcFM Viewer for ArcGIS Engine, ArcFM Server, ArcFM Server Advanced
.NET Assembly
Miner.Geodatabase.dll
Use this interface to collect information in a user interface, store and retrieve it later.
Syntax
'Declaration
 
<ProgIdAttribute("mmGeodatabase.MMPersistInfo")>
<ComVisibleAttribute(True)>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("E1A0EB32-C96A-4C52-ADBE-61689860E459")>
Public Class PersistInfo 
   Implements Miner.Interop.IMMPersistInfo 
'Usage
 
Dim instance As PersistInfo
[ProgId("mmGeodatabase.MMPersistInfo")]
[ComVisible(true)]
[ClassInterface(ClassInterfaceType.None)]
[Guid("E1A0EB32-C96A-4C52-ADBE-61689860E459")]
public class PersistInfo : Miner.Interop.IMMPersistInfo  
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 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.

See Also

Reference

PersistInfo Members
Miner.Geodatabase Namespace

 

 


Send Comment