Heureka API .NET Documentation
ShpField Property



Syntax
'Declaration
 
Public ReadOnly Property ShpField As List(Of IFeature)
'Usage
 
Dim instance As ShapeData
Dim value As List(Of IFeature)
 
value = instance.ShpField
public List<IFeature> ShpField {get;}
public:
property List<IFeature^>^ ShpField {
   List<IFeature^>^ get();
}
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

ShapeData Class
ShapeData Members

Send Feedback