ArcFM Desktop Developer Guide
PersistInfo Class
Members 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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