Type: BCS.Sym3.IAttachedLabel
Represents a attached label. A attached label is ‘attached’ to an equipment. This label is not saved into the project.
Properties
BackDropColor
- Description: Gets or sets the background color
- Type: Color
- Access: Read and Write
CharSize
- Description: Gets or sets char size
- Type: Single
- Access: Read and Write
FontColor
- Description: Gets or sets the font color
- Type: Color
- Access: Read and Write
FontSize
- Description: Gets or sets the font size
- Type: Double
- Access: Read and Write
IsAlwaysOnTop
- Description: Gets or sets a boolean that indicates that the label is always on top or not.
- Type: Boolean
- Access: Read and Write
IsBillboard
- Description: Gets or sets a boolean that indicates that the label is a billboard or not.
- Type: Boolean
- Access: Read and Write
IsFixedSize
- Description: Gets or sets a boolean that indicates if the label will have a fixed size. If true, the label will always have the same size when the user zooms in or zooms out.
- Type: Boolean
- Access: Read and Write
IsFixedSizeInPixelsEnabled
- Description: Gets or sets fixed size in pixels enabled
- Type: Boolean
- Access: Read and Write
IsSymbolVisible
- Description: Gets or sets the symbol visibility
- Type: Boolean
- Access: Read and Write
IsVisible
- Description: Gets or sets the visibility of the label
- Type: Boolean
- Access: Read and Write
Owner
- Description: Gets the owner equipment
- Type: IBaseEquipment
- Access: Read
Style
- Description: Gets or sets the the style of the label.
- Type: AttachedLabelStyle
- Access: Read and Write
SymbolSize
- Description: Gets or sets symbol size
- Type: Single
- Access: Read and Write
Text
- Description: Gets or sets the text displayed in the label
- Type: String
- Access: Read and Write
Methods
SetPosition(System.Double,System.Double,System.Double)
Set label position
- Parameters:
- x: X coordinate
- y: Y coordinate
- z: Z coordinate
SetSymbol(System.UInt32)
Set symbol
- Parameters:
- index: Index of symbol - zero based.