ArcFM Engine Developer Guide
ValidShape Method


Determines if the MMFieldAdapter has a valid shape.
Syntax
'Declaration
 
Function ValidShape() As Boolean
'Usage
 
Dim instance As IMMFieldManager
Dim value As Boolean
 
value = instance.ValidShape()
bool ValidShape()

Return Value

Boolean
Remarks

If the Field Manager represents a GeoFeature (i.e., a table property that returns a reference implementing IFeature), and the Shape property returns a non-null reference, then ValidShape returns True. If the GeoFeature has a Shape property that returns a null reference, ValidShape returns False. If the Field Manager represents a table, the ValidShape always returns True.

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMFieldManager Interface
IMMFieldManager Members

 

 


Send Comment