←Select platform

ParallelogramMaxZ Property

Summary

The maximum point of the bounding parallelogram of the vector file

Syntax

C#
VB
Java
C++
public double ParallelogramMaxZ { get; } 
Public ReadOnly Property ParallelogramMaxZ As Double 
public double getParallelogramMaxZ() 
public: 
property double ParallelogramMaxZ { 
   double get(); 
} 

Property Value

The maximum Z point in parallelogram

Remarks

Parallelogram that represents the minimum bounding box that contains all vector objects.

Example

For an example, refer to CodecsVectorLoadOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly