IGeometry.ToEditable

ToEditable()

Gets an editable copy of this geometry.

public Geometry ToEditable()

Return Value

An editable copy of this geometry.

See Also


ToEditable<T>()

Gets an editable copy of this geometry.

public T ToEditable<T>()
    where T : Geometry
ParameterDescription
TType of the geometry to get. Must be an inheritor of Geometry class.

Return Value

An editable copy of this geometry.

Exceptions

exceptioncondition
InvalidCastExceptionUnable to cast an editable copy of this geometry to type T.

See Also