ArcFM Responder Mobile Developer Guide
Execute Method (MMPlaceCrossSectionClass)






Syntax
'Declaration
 
Public Overridable Sub Execute( _
   ByVal pSelection As IMMTreeViewSelection _
) 
'Usage
 
Dim instance As MMPlaceCrossSectionClass
Dim pSelection As IMMTreeViewSelection
 
instance.Execute(pSelection)
public virtual void Execute( 
   IMMTreeViewSelection pSelection
)
public procedure Execute( 
    pSelection: IMMTreeViewSelection
); virtual; 
public function Execute( 
   pSelection : IMMTreeViewSelection
);
public: virtual void Execute( 
   IMMTreeViewSelection* pSelection
) 
public:
virtual void Execute( 
   IMMTreeViewSelection^ pSelection
) 

Parameters

pSelection
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

MMPlaceCrossSectionClass Class
MMPlaceCrossSectionClass Members

Send Feedback