ArcFM Desktop Developer Guide
GetLayoutPath Method


Syntax
'Declaration
 
Protected Function GetLayoutPath( _
   ByVal location As LayoutFile.Location, _
   ByVal fileExt As String _
) As String
'Usage
 
Dim instance As LayoutFile
Dim location As LayoutFile.Location
Dim fileExt As String
Dim value As String
 
value = instance.GetLayoutPath(location, fileExt)
protected string GetLayoutPath( 
   LayoutFile.Location location,
   string fileExt
)

Parameters

location
fileExt
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

LayoutFile Class
LayoutFile Members

 

 


Send Comment