ArcFM Responder Mobile Developer Guide
PanelByRating Property (MMSecCktEnumServicePanelClass)






Syntax
[System.Runtime.InteropServices.DispId(1610678275)]
public virtual IMMSecCktServicePanel PanelByRating( 
   System.double dCurrentRating
) {get;}
public read-only property PanelByRating( 
    dCurrentRating: System.Double
): IMMSecCktServicePanel; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678275)
public function get PanelByRating( 
   dCurrentRating : System.double
) : IMMSecCktServicePanel
[System.Runtime.InteropServices.DispId(1610678275)]
public: __property virtual IMMSecCktServicePanel* get_PanelByRating( 
   System.double dCurrentRating
);
[System.Runtime.InteropServices.DispId(1610678275)]
public:
virtual property IMMSecCktServicePanel^ PanelByRating {
   IMMSecCktServicePanel^ get(System.double dCurrentRating);
}
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678275)>
Public Overridable ReadOnly Property PanelByRating( _
   ByVal dCurrentRating As System.Double _
) As IMMSecCktServicePanel
 
'Usage
 
Dim instance As MMSecCktEnumServicePanelClass
Dim dCurrentRating As System.Double
Dim value As IMMSecCktServicePanel
 
value = instance.PanelByRating(dCurrentRating)

Parameters

dCurrentRating
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

MMSecCktEnumServicePanelClass Class
MMSecCktEnumServicePanelClass Members

Send Feedback