FAreaDelta Method
Return the delta values between the caller's area and the new and
original areas.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FArea Delta(
FArea originalArea,
FArea newArea
)
Public Shared Function Delta (
originalArea As FArea,
newArea As FArea
) As FArea
No code example is currently available or this language may not be supported.
- originalArea FArea
-
Reference to the original area.
- newArea FArea
-
Reference to the new area.
FArea
Reference to the relative bounds.