Accusoft.ImagXpress13.Net
LayoutToRender Property




Gets and sets the CAD layout to render.
Syntax
'Declaration
 
Public Property LayoutToRender As Integer
'Usage
 
Dim instance As LoadOptionsCad
Dim value As Integer
 
instance.LayoutToRender = value
 
value = instance.LayoutToRender
public int LayoutToRender {get; set;}
public: __property int get_LayoutToRender();
public: __property void set_LayoutToRender( 
   int value
);
public:
property int LayoutToRender {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the CAD layout.
Remarks

CAD files present different objects or portions of objects and structures to render by layouts. This value should not exceed the total number of layouts within the CAD file.

Note: Available in Professional edition.

See Also

Reference

LoadOptionsCad Class
LoadOptionsCad Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback