ArcFM Responder Mobile Developer Guide
Add Method (PxExtensionNamesClass)






Syntax
'Declaration
 
Public Overridable Sub Add( _
   ByVal sExtension As System.String _
) 
'Usage
 
Dim instance As PxExtensionNamesClass
Dim sExtension As System.String
 
instance.Add(sExtension)
public virtual void Add( 
   System.string sExtension
)
public procedure Add( 
    sExtension: System.String
); virtual; 
public function Add( 
   sExtension : System.String
);
public: virtual void Add( 
   System.string* sExtension
) 
public:
virtual void Add( 
   System.String^ sExtension
) 

Parameters

sExtension
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PxExtensionNamesClass Class
PxExtensionNamesClass Members

Send Feedback