Click or drag to resize
Markup Class
Represents a text and pointer markup displayed in the 3D graphics.
Inheritance Hierarchy

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public class Markup : ProjectObject, IHasTransform, 
	IAttachableChild

The Markup type exposes the following members.

Constructors
  NameDescription
Public methodMarkup
Creates a new Markup
Top
Properties
  NameDescription
Public propertyAttributes
Returns a collection of dynamic attributes attached to the object
(Inherited from ProjectObject.)
Public propertyBackgroundColor
Gets or sets the background color of the markup.
Public propertyChildren
Enumerates all child objects.
(Inherited from ProjectObject.)
Public propertyContainingProject
Returns the Project that this object is a part of, or null if it is not part of a Project.
(Inherited from ProjectObject.)
Public propertyDisplayName
Gets the name of the the object that should be displayed in the GUI.
(Inherited from ProjectObject.)
Public propertyFontSize
Gets or sets the font size (in pixels) of the markup text.
Public propertyImage
Gets or sets an image that is displayed in the markup
Protected propertyInternalChildren (Inherited from ProjectObject.)
Protected propertyInternalParent (Inherited from ProjectObject.)
Public propertyName
Gets or sets the name of the object
(Inherited from ProjectObject.)
Public propertyParent
Returns the objects parent, if it has one.
(Inherited from ProjectObject.)
Public propertyText
Gets or sets the text of the markup
Public propertyTextColor
Gets or sets the color of the markup text.
Public propertyTopmost
Gets or sets a value indicating that the markup will not be obscured by other objects.
Public propertyTransform
Gets the Transform of the object.
Public propertyTypeDisplayName
Gets a localized name for the type of this object.
(Inherited from ProjectObject.)
Public propertyUIVisible
Gets or sets a value that indicates if this object should be displayed in GUI such as an object browser.
(Inherited from ProjectObject.)
Public propertyUniqueId
Gets a persisted, globally unique identifier for this object, that can be used to find the object using the GetObjectFromUniqueId(String) method.
(Inherited from ProjectObject.)
Public propertyVisible
Gets or sets a value indicating whether the markup will be visible in the graphics.
Top
Methods
Fields
  NameDescription
Protected field_curUndoDeltaState (Inherited from ProjectObject.)
Top
Version Information

Supported in: 1.0.0.0
See Also