ArcFM Solution Developer Guide
Coordinates Property


Syntax
'Declaration
 
<System.Runtime.Serialization.DataMemberAttribute()>
Property Coordinates As System.Collections.Generic.IEnumerable(Of XYPoint)
'Usage
 
Dim instance As IJumperFeatureID
Dim value As System.Collections.Generic.IEnumerable(Of XYPoint)
 
instance.Coordinates = value
 
value = instance.Coordinates
[System.Runtime.Serialization.DataMember()]
System.Collections.Generic.IEnumerable<XYPoint> Coordinates {get; set;}
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

IJumperFeatureID Interface
IJumperFeatureID Members

 

 


Send Comment