CadEmbeddedImage class
CadEmbeddedImage class
Class describing Cad embedded image
Inheritance: CadEmbeddedImage
→
CadRasterImage
→
CadExtrudedEntityBase
→
CadEntityBase
→
CadOwnedObjectBase
→
CadObjectBase
The CadEmbeddedImage type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the CadRasterImage class. |
Properties
Property | Description |
---|---|
embedded_objects_container | Gets or sets the embedded objects container. |
object_handle | Gets or sets the object handle. |
xdata_container | Gets or sets the xdata container. |
attributes | Gets or sets the attributes. |
application_codes_container | Gets or sets the application defined codes container. |
attribute_102_values | Gets or sets the attribute102 values. |
numreactors | The Numreactors |
reactors | Get or sets the reactors handle |
storage_flag | Gets or sets a value indicating that this entity has associated binary data in the data store. |
hard_owner | Gets or sets the hard owner. |
soft_owner | Gets or sets the soft owner. |
is_soft_owner_set | Gets a value indicating whether soft owner is set. |
id | Gets the identifier. |
childs | |
type_name | Gets the name of the type. |
child_objects | Gets or sets the child entities that make up the current entity. |
color_id | Gets or sets the color id (ACI color) of the entity. |
layout_tab_name | Gets or sets the name of the layout tab. |
color_name | Gets or sets the name of the color. |
color_value | Gets or sets the true color value (RGB) of the entity. |
layer_name | Gets or sets the name of the layer the entity belongs to. |
line_scale | Gets or sets the linetype scale factor of the entity. |
line_type_name | Gets or sets the name of the line type based on the CadEntityBase.l_type value. |
line_weight | Gets or sets the line weight for the entity. |
material | Gets or sets the material. |
color_handle | Gets or sets the color handle. |
plot_style | Gets or sets the plot style. Gets or sets the plot style handle. |
proxy_bytes_count | Gets or sets the proxy bytes count. |
proxy_data | Gets or sets the proxy data. |
shadow_mode | Gets or sets the shadow mode. |
space_mode | Gets or sets a value indicating which space the entity belongs to. |
bounds | Minimal and maximal points of entity. Filled after GetBounds is called for CadImage. |
transparency | Gets or sets the transparency value for the entity. |
visible | Gets or sets a value indicating whether this CadEntityBase is visible. |
hyperlink | Gets or sets a hyperlink to an entity and displays the hyperlink name or description (if one is specified). |
x_dir_missing_flag | Gets or sets a value indicating that no XDictionary handle is stored for this entity. |
is_by_layer | Gets or sets a value indicating that the entity has linetype set by layer. |
is_no_links | Gets or sets a value indicating that the entity has no links. |
l_type | Gets or sets a value the current linetype of the entity. |
plot_style_flag | Gets or sets a value the current plot style of the entity |
assoc_view_port_handle | Gets or sets of the associated view port handle. |
is_assoc_view_port_handle_set | Gets a value indicating whether associated view port handle is set. |
area | Gets the area of the entity. |
length | Gets the length of the entity. |
extrusion_direction | Gets or sets the extrusion direction. |
clip_mode | Gets or sets a value indicating whether [clip mode]. |
clip_boundary_vertex_list | Gets or sets the clip boundary vertex. |
number_of_clip_boundary_vertices | Gets or sets the number of clip boundary vertices. |
clipping_boundary_type | Gets or sets the type of the clipping boundary. |
class_version | Gets or sets the class version. |
image_brightness | Gets or sets brigthness value. |
image_contrast | Gets or sets contrast value. |
image_fade | Gets or sets fade value. |
display_flags | Gets or sets display flags value. |
clipping_state | Gets or sets clipping state value. |
image_def_reactor_reference | Gets or sets the image definition reactor reference. |
image_def_reference | Gets or sets ImageDefReference value. |
insertion_point | Gets or sets insertion point value. |
image_size_u | Gets or sets image size U value. |
image_size_v | Gets or sets image size V value. |
u_vector | Gets or sets U vector. |
v_vector | Gets or sets V vector. |
Methods
Method | Description |
---|---|
get_uid | Identifier to use if object handle doesn’t work. Done as method not to disturb FileComparer’s property comparer |
set_uid | Sets |
See Also
- module
aspose.cad.fileformats.cad.cadobjects
- class
CadEmbeddedImage
- class
CadEntityBase
- class
CadExtrudedEntityBase
- class
CadObjectBase
- class
CadOwnedObjectBase
- class
CadRasterImage