ArcFM Responder Mobile Developer Guide
Shape Property (SimpleFeatureInfo)






Syntax
'Declaration
 
Public Property Shape As IFeatureShape
'Usage
 
Dim instance As SimpleFeatureInfo
Dim value As IFeatureShape
 
instance.Shape = value
 
value = instance.Shape
public IFeatureShape Shape {get; set;}
public read-write property Shape: IFeatureShape; 
public function get,set Shape : IFeatureShape
public: __property IFeatureShape* get_Shape();
public: __property void set_Shape( 
   IFeatureShape* value
);
public:
property IFeatureShape^ Shape {
   IFeatureShape^ get();
   void set (    IFeatureShape^ value);
}
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

SimpleFeatureInfo Class
SimpleFeatureInfo Members

Send Feedback