ArcFM Responder Mobile Developer Guide
ErrorCondition Property (IMMFeederSpaceErrors)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678273)>
ReadOnly Property ErrorCondition( _
   ByVal Index As System.Integer _
) As mmFMErrorCondition
'Usage
 
Dim instance As IMMFeederSpaceErrors
Dim Index As System.Integer
Dim value As mmFMErrorCondition
 
value = instance.ErrorCondition(Index)
[System.Runtime.InteropServices.DispId(1610678273)]
mmFMErrorCondition ErrorCondition( 
   System.int Index
) {get;}
read-only property ErrorCondition( 
    Index: System.Integer
): mmFMErrorCondition; 
System.Runtime.InteropServices.DispIdAttribute(1610678273)
function get ErrorCondition( 
   Index : System.int
) : mmFMErrorCondition
[System.Runtime.InteropServices.DispId(1610678273)]
__property mmFMErrorCondition get_ErrorCondition( 
   System.int Index
);
[System.Runtime.InteropServices.DispId(1610678273)]
property mmFMErrorCondition ErrorCondition {
   mmFMErrorCondition 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

IMMFeederSpaceErrors Interface
IMMFeederSpaceErrors Members

Send Feedback