ArcFM Desktop Developer Guide
PxApplication Property (IMMPxDeleter)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

This property passes in a reference to the PxApplication. You may want to set a member variable to store this reference.
Syntax
'Declaration
 
<DispIdAttribute(1610678272)>
WriteOnly Property PxApplication As IMMPxApplication
'Usage
 
Dim instance As IMMPxDeleter
 
instance.PxApplication = value
[DispId(1610678272)]
IMMPxApplication PxApplication {set;}

Property Value

IMMPxApplication
Example
The following code sample demonstrates how the IMMPxDeleter::PxApplication property may be implemented.
Visual Basic Copy Code
Private Property Set IMMPxDeleter_PxApplication(ByVal RHS As _
Miner.Interop.Process.IMMPxApplication)
    Set m_pPxApp = RHS
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

IMMPxDeleter Interface
IMMPxDeleter Members

 

 


Send Comment