ArcFM Responder Mobile Developer Guide
Checked Property (MMCategoryFactoryClass)






Syntax
'Declaration
 
Public Overridable ReadOnly Property Checked( _
   ByVal Index As System.Integer _
) As System.Integer
'Usage
 
Dim instance As MMCategoryFactoryClass
Dim Index As System.Integer
Dim value As System.Integer
 
value = instance.Checked(Index)
public virtual System.int Checked( 
   System.int Index
) {get;}
public read-only property Checked( 
    Index: System.Integer
): System.Integer; virtual; 
public function get Checked( 
   Index : System.int
) : System.int
public: __property virtual System.int get_Checked( 
   System.int Index
);
public:
virtual property System.int Checked {
   System.int get(System.int Index);
}

Parameters

Index
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

MMCategoryFactoryClass Class
MMCategoryFactoryClass Members

Send Feedback