IVertexGeometry.Subtract

IVertexGeometry.Subtract method

calculates the difference between this vertex and baseValue

public VertexGeometryDelta Subtract(IVertexGeometry baseValue)
ParameterTypeDescription
baseValueIVertexGeometryThe other vertex.

Return Value

The VertexGeometryDelta value to subtract.

See Also