ArcFM Solution Developer Guide
NextFileName Method (INamer)


Syntax
'Declaration
 
Function NextFileName( _
   ByVal pPlotExtent As ESRI.ArcGIS.Geometry.IGeometry, _
   ByVal sPageNumber As System.String, _
   ByVal sBaseFileExtension As System.String, _
   Optional ByVal sBaseFileName As System.String _
) As System.String
'Usage
 
Dim instance As INamer
Dim pPlotExtent As ESRI.ArcGIS.Geometry.IGeometry
Dim sPageNumber As System.String
Dim sBaseFileExtension As System.String
Dim sBaseFileName As System.String
Dim value As System.String
 
value = instance.NextFileName(pPlotExtent, sPageNumber, sBaseFileExtension, sBaseFileName)
System.string NextFileName( 
   ESRI.ArcGIS.Geometry.IGeometry pPlotExtent,
   System.string sPageNumber,
   System.string sBaseFileExtension,
   System.string sBaseFileName
)

Parameters

pPlotExtent
sPageNumber
sBaseFileExtension
sBaseFileName
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

INamer Interface
INamer Members

 

 


Send Comment