Exemplo n.º 1
0
        public static decimal GetPolygonArea(Transaction tr, Entity entity)
        {
            var parcelPolygon = new ParcelPolygon(tr, entity as Curve);

            return(parcelPolygon.GetArea());
        }
Exemplo n.º 2
0
        public static decimal GetPolygonArea(ObjectId objectId)
        {
            var parcelPolygon = new ParcelPolygon(objectId);

            return(parcelPolygon.GetArea());
        }