EnterpriseCompanyMapPoints Property |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<MapPoint> MapPoints { get; }
Public ReadOnly Property MapPoints As ChildCollection(Of MapPoint)
Get
public:
property ChildCollection<MapPoint^>^ MapPoints {
ChildCollection<MapPoint^>^ get ();
}
member MapPoints : ChildCollection<MapPoint> with get
Property Value
Type:
ChildCollectionMapPoint
See Also