ArcFM Desktop Developer Guide
CreateGeometry(IGeometry,SimpleFeatureInfo) Method


Syntax
'Declaration
 
Public Overloads Overridable Function CreateGeometry( _
   ByVal gdbShape As IGeometry, _
   ByVal simpleFeature As SimpleFeatureInfo _
) As IFeatureShape
'Usage
 
Dim instance As GeodatabaseAccess
Dim gdbShape As IGeometry
Dim simpleFeature As SimpleFeatureInfo
Dim value As IFeatureShape
 
value = instance.CreateGeometry(gdbShape, simpleFeature)
public virtual IFeatureShape CreateGeometry( 
   IGeometry gdbShape,
   SimpleFeatureInfo simpleFeature
)

Parameters

gdbShape
simpleFeature
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

GeodatabaseAccess Class
GeodatabaseAccess Members
Overload List

 

 


Send Comment