ArcFM Responder Mobile Developer Guide
Polygon Property






Syntax
'Declaration
 
Public Property Polygon As PolygonType
'Usage
 
Dim instance As PolygonPropertyType
Dim value As PolygonType
 
instance.Polygon = value
 
value = instance.Polygon
public PolygonType Polygon {get; set;}
public read-write property Polygon: PolygonType; 
public function get,set Polygon : PolygonType
public: __property PolygonType* get_Polygon();
public: __property void set_Polygon( 
   PolygonType* value
);
public:
property PolygonType^ Polygon {
   PolygonType^ get();
   void set (    PolygonType^ 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

PolygonPropertyType Class
PolygonPropertyType Members

Send Feedback