Class CadRasterImage

CadRasterImage class

Class describing Cad raster image

public class CadRasterImage : CadBaseExtrudedEntity

Constructors

NameDescription
CadRasterImage()Initializes a new instance of the CadRasterImage class.
CadRasterImage(CadRasterImageDef, Cad3DPoint, Cad3DPoint, Cad3DPoint)Initializes a new instance of the CadRasterImage class.

Properties

NameDescription
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
AssocViewPortHandle { get; }Gets or sets of the associated view port handle
Attribute102Values { get; set; }Gets or sets the attribute102 values.
Attributes { get; set; }Gets or sets the attributes.
Bounds { get; set; }Minimal and maximal points of entity. Filled after GetBounds is called for CadImage.
ChildObjects { get; set; }Gets or sets the child objects.
ClassVersion { get; set; }Gets or sets the class version.
ClipBoundaryVertexList { get; set; }Gets or sets the clip boundary vertex.
ClipMode { get; set; }Gets or sets a value indicating whether [clip mode].
ClippingBoundaryType { get; set; }Gets or sets the type of the clipping boundary.
ClippingState { get; set; }Gets or sets clipping state value.
ColorId { get; set; }Gets or sets the color id.
ColorName { get; set; }Gets or sets the name of the color.
ColorValue { get; set; }Gets or sets the color value.
DisplayFlags { get; set; }Gets or sets display flags value.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
Entmode { get; set; }The Entmode
virtual ExtrusionDirection { get; set; }Gets or sets the extrusion direction.
HardOwner { get; set; }Gets or sets the hard owner.
Hyperlink { get; set; }Gets or sets the hyperlink.
ImageBrightness { get; set; }Gets or sets brigthness value.
ImageContrast { get; set; }Gets or sets contrast value.
ImageDefReactorReference { get; set; }Gets or sets the image definition reactor reference.
ImageDefReference { get; set; }Gets or sets ImageDefReference value.
ImageFade { get; set; }Gets or sets fade value.
ImageSizeU { get; set; }Gets or sets image size U value.
ImageSizeV { get; set; }Gets or sets image size V value.
InsertionPoint { get; set; }Gets or sets insertion point value.
IsAssocViewPortHandleSet { get; }Gets a value indicating whether associated view port handle is set.
IsByLayer { get; set; }The IsByLayer
IsNoLinks { get; set; }The IsNoLinks
IsSoftOwnerSet { get; }Gets a value indicating whether soft owner is set.
LayerName { get; set; }Gets or sets the name of the layer.
LayoutTabName { get; set; }Gets or sets the name of the layout tab.
LineScale { get; set; }Gets or sets the line scale.
LineTypeName { get; set; }Gets or sets the name of the line type.
LineWeight { get; set; }Gets or sets the line weight.
LType { get; set; }The LType
Material { get; set; }Gets or sets the material.
MaterialHandle { get; set; }Gets or sets the material handle.
NumberOfClipBoundaryVertices { get; set; }Gets or sets the number of clip boundary vertices.
Numreactors { get; set; }The Numreactors
ObjectHandle { get; set; }Gets or sets the object handle.
PlotStyle { get; set; }Gets or sets the plot style.
PlotStyleFlag { get; set; }Plot style flag.
ProxyBytesCount { get; set; }Gets or sets the proxy bytes count.
ProxyData { get; set; }Gets or sets the proxy data.
Reactors { get; set; }Get or sets the reactors handle
ShadowMode { get; set; }Gets or sets the shadow mode.
SoftOwner { get; set; }Gets or sets the soft owner.
SpaceMode { get; set; }Gets or sets the space mode.
StorageFlag { get; set; }The StorageFlag
Transparency { get; set; }Gets or sets the transparency.
override TypeName { get; }Gets the name of the type.
UVector { get; set; }Gets or sets U vector.
virtual Visible { get; set; }Gets or sets a value indicating whether this CadBaseEntity is visible.
VVector { get; set; }Gets or sets V vector.
XdataContainer { get; set; }Gets or sets the xdata container.
XDirMissingFlag { get; set; }The XDirMissingFlag

Methods

NameDescription
GetUID()Identifier to use if object handle doesn’t work. Done as method not to disturb FileComparer’s property comparer
SetUID(string)Sets

See Also