ArcFM Desktop Developer Guide
AssemblyLayoutInfoAttribute Class
Members 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Product Availability
ArcFM Desktop and ArcFM Engine
Required Licenses
ArcFM, Designer, ArcFM Viewer, ArcFM Engine, ArcFM Engine Editor, or ArcFM Viewer for ArcGIS Engine
.NET Assembly
Miner.Windows.dll
A custom attribute that defines the vendor and product folder names for read/write of the layout persistence file in the user or all-users 'Application Data' folders.
Object Model
AssemblyLayoutInfoAttribute Class
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class AssemblyLayoutInfoAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As AssemblyLayoutInfoAttribute
[AttributeUsage(ValidOn=AttributeTargets.Assembly, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class AssemblyLayoutInfoAttribute : System.Attribute 
Remarks
This custom attribute allows definition of the location of the layout persistence file. The data from this attribute is used to form a path of the form <user>\Application Data\vendorName\productName\layoutFileName.layout where <user> is the current user's 'Documents and Settings' folder or the 'All Users' folder.
Inheritance Hierarchy

System.Object
   System.Attribute
      Miner.Windows.AssemblyLayoutInfoAttribute

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

AssemblyLayoutInfoAttribute Members
Miner.Windows Namespace

 

 


Send Comment