IAttributeInstance Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IAttributeInstance.

Public Properties

 NameDescription
 PropertyAngleGets or sets the angle of the text for the BlockAttribute instance.  
 PropertyBackwardsGets or sets whether the BlockAttribute instance is displayed backwards.  
 PropertyColorGets or sets the LineColor of this BlockAttribute instance.  
 PropertyConstantGets or sets whether the BlockAttribute instance is a constant value or a variable value.  
 PropertyErasedGets or sets whether to erase or restore the BlockAttribute instance.  
 PropertyHandleGets the handle of the BlockAttribute instance.  
 PropertyHeightGets or sets the text height of the BlockAttribute instance.  
 PropertyJustificationGets or sets the position and alignment of the BlockAttribute instance's text in relation to the insertion point.  
 PropertyLayerGets or sets the name of the Layer of the BlockAttribute instance.  
 PropertyLineScaleGets or sets the scale factor for the BlockAttribute instance's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the BlockAttribute instance.  
 PropertyLineWeightGets or sets the LineWeight for the BlockAttribute instance.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this BlockAttribute instance.  
 PropertyRotationGets or sets the insertion angle of the BlockAttribute instance.  
 PropertySpacingGets or sets the aspect ratio (i.e., the width of the characters in relation to the height) for the BlockAttribute instance.  
 PropertyTextStyleGets or sets the name of the TextStyle for the BlockAttribute instance.  
 PropertyThicknessGets or sets the thickness of this BlockAttribute.  
 PropertyTransparencyGets or sets the transparency object for this BlockAttribute instance.  
 PropertyUpsideDownGets or sets whether to display the BlockAttribute instance upside down.  
 PropertyValueGets or sets the value of the BlockAttribute instance.  
 PropertyVisibleGets or sets whether to show the BlockAttribute in Block references.  
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the BlockAttribute instance.  
 MethodDeleteCustomDataDeletes the specified custom data for the BlockAttribute instance.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the BlockAttribute instance.  
 MethodGetAlignmentPointGets the alignment point of the BlockAttribute instance.  
 MethodGetBoundingBoxGets the bounding box enclosing the BlockAttribute instance.  
 MethodGetCustomDataGets the specified custom data for the BlockAttribute instance.  
 MethodGetExtensionDictionaryGets the dictionary for the BlockAttribute instance.  
 MethodGetHyperLinkGets the hyperlink attached to the BlockAttribute instance.  
 MethodGetNameGets the name of the BlockAttribute instance.  
 MethodGetNormalGets the vector normal to this BlockAttribute instance.  
 MethodGetPositionGets the insertion point of the BlockAttribute instance.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the BlockAttribute instance, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected BlockAttribute instance to or from the current selection set.  
 MethodSetAlignmentPointSets the alignment point for the BlockAttribute instance.  
 MethodSetCustomDataSets the custom data for the BlockAttribute instance.  
 MethodSetHyperLinkAttaches a hyperlink to the BlockAttribute instance.  
 MethodSetNormalSets the vector normal to this BlockAttribute instance.  
 MethodSetPositionSets the insertion point for the BlockAttribute instance.  
Top

See Also