GetObjectDiagonalLen returns the diagonal length of the specified object.

For a box (image or rectangle) it is the diagonal length. For a line (or ruler) it is the line or ruler length.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public double GetObjectDiagonalLen { get; }
Public ReadOnly Property GetObjectDiagonalLen As Double
	Get
public:
property double GetObjectDiagonalLen {
	double get ();
}

See Also