Application |
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
AttributeSets |
Property that returns the AttributeSets collection object associated with this object. |
BoundaryGeometry |
Property that returns the four construction sketch lines that form the boundary of the image. |
ContainingOccurrence |
Property that returns the ComponentOccurrence that the native object is being referenced through. The returned occurrence is the containing occurrence. |
ContainingSketchBlock |
Property that returns the sketch block that contains this object. This is the same SketchBlock returned as the last item in the SketchBlockPath property. This property returns Nothing if this object does not belong to a sketch block and lives directly under a sketch. |
Height |
|
Image |
Gets the Picture object representing the associated bitmap. |
ImageAlpha |
Gets the Alpha channel bitmap of the Picture object representing the associated bitmap. Returns Nothing if there is no alpha data being used. |
LinkedToFile |
Property that returns whether this image is linked to the picture file that was used to create this image. |
Name |
|
NativeObject |
Gets the object in the context of the definition instead of the containing assembly. |
Parent |
Property that returns the parent sketch. |
Position |
|
ReferencedFileDescriptor |
Property that returns the reference to the picture file used to create this image. This property returns Nothing if the source file is not linked (use the LinkedToFile property to determine this). |
SketchBlockPath |
Property that returns the path of sketch blocks at the leaf of which this sketch object is found. The enumerator returns a count of 0 if the object lives directly under a sketch. |
Transparent |
|
Type |
Returns an ObjectTypeEnum indicating this object's type. |
Visible |
|
Width |
|