ArcFM Responder Mobile Developer Guide
GetInvalidRulesByField Method (MMStoredDisplayClass)






Syntax
'Declaration
 
Public Overridable Function GetInvalidRulesByField( _
   ByVal FieldName As System.String _
) As ESRI.ArcGIS.Geodatabase.IEnumRule
'Usage
 
Dim instance As MMStoredDisplayClass
Dim FieldName As System.String
Dim value As ESRI.ArcGIS.Geodatabase.IEnumRule
 
value = instance.GetInvalidRulesByField(FieldName)
public virtual ESRI.ArcGIS.Geodatabase.IEnumRule GetInvalidRulesByField( 
   System.string FieldName
)
public function GetInvalidRulesByField( 
    FieldName: System.String
): ESRI.ArcGIS.Geodatabase.IEnumRule; virtual; 
public function GetInvalidRulesByField( 
   FieldName : System.String
) : ESRI.ArcGIS.Geodatabase.IEnumRule;
public: virtual ESRI.ArcGIS.Geodatabase.IEnumRule* GetInvalidRulesByField( 
   System.string* FieldName
) 
public:
virtual ESRI.ArcGIS.Geodatabase.IEnumRule^ GetInvalidRulesByField( 
   System.String^ FieldName
) 

Parameters

FieldName
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

MMStoredDisplayClass Class
MMStoredDisplayClass Members

Send Feedback