InsertPolygonalViewport Method (ISheet) Send Feedback
See Also 
Viewport[out]
Polygonal Viewport
VerticesCoordinateDblArray
Array of doubles of the x, y, and z coordinates indicating the point that defines the boundary for the polygonal Viewport
Inserts a polygonal Viewport in the sheet.

Syntax

Visual Basic 
Function InsertPolygonalViewport( _
   ByVal VerticesCoordinateDblArray As System.Object _
) As Viewport
C# 
Viewport InsertPolygonalViewport( 
   System.object VerticesCoordinateDblArray
)
JavaScript 
InsertPolygonalViewport( 
   VerticesCoordinateDblArray : Array
) : dsViewport
COM native C++ 
HRESULT InsertPolygonalViewport( 
   VARIANT VerticesCoordinateDblArray,
   IViewport** Viewport
) 
C++ 
DSRESULT InsertPolygonalViewport( 
   const dsDoubleArray& VerticesCoordinateDblArray,
   dsViewport** Viewport
) 

Parameters

VerticesCoordinateDblArray
Array of doubles of the x, y, and z coordinates indicating the point that defines the boundary for the polygonal Viewport
Viewport[out] or Return Value
Polygonal Viewport
 

See Also

Availability

DraftSight V1R3.0