ArcFM Responder Mobile Developer Guide
ErrorDescription Property (IMMTimeMarker)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678275)>
ReadOnly Property ErrorDescription( _
   ByVal ErrorCondition As mmFMErrorCondition, _
   ByVal Index As System.Integer _
) As System.String
'Usage
 
Dim instance As IMMTimeMarker
Dim ErrorCondition As mmFMErrorCondition
Dim Index As System.Integer
Dim value As System.String
 
value = instance.ErrorDescription(ErrorCondition, Index)
[System.Runtime.InteropServices.DispId(1610678275)]
System.string ErrorDescription( 
   mmFMErrorCondition ErrorCondition,
   System.int Index
) {get;}
read-only property ErrorDescription( 
    ErrorCondition: mmFMErrorCondition;
    Index: System.Integer
): System.String; 
System.Runtime.InteropServices.DispIdAttribute(1610678275)
function get ErrorDescription( 
   ErrorCondition : mmFMErrorCondition,
   Index : System.int
) : System.String
[System.Runtime.InteropServices.DispId(1610678275)]
__property System.string* get_ErrorDescription( 
   mmFMErrorCondition ErrorCondition,
   System.int Index
);
[System.Runtime.InteropServices.DispId(1610678275)]
property System.String^ ErrorDescription {
   System.String^ get(mmFMErrorCondition ErrorCondition, System.int Index);
}

Parameters

ErrorCondition
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

IMMTimeMarker Interface
IMMTimeMarker Members

Send Feedback