ArcFM Engine Developer Guide
NamerProperties Property


Allows you to pass in any objects to be used by a custom export namer to create a file name.
Syntax
'Declaration
 
<DispIdAttribute(1610678276)>
ReadOnly Property NamerProperties As ESRI.ArcGIS.esriSystem.IPropertySet
'Usage
 
Dim instance As IMMNamer
Dim value As ESRI.ArcGIS.esriSystem.IPropertySet
 
value = instance.NamerProperties
[DispId(1610678276)]
ESRI.ArcGIS.esriSystem.IPropertySet NamerProperties {get;}

Property Value

IPropertySet (Refer to Esri documentation for information)

Example
The following code sample demonstrates how the IMMNamer::NamerProperties property may be implemented.
Visual Basic Copy Code
Private Property Get IMMNamer_NamerProperties() As IPropertySet
   Set IMMNamer_NamerProperties = m_pNamerProperties
End Property
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

IMMNamer Interface
IMMNamer Members

 

 


Send Comment