IPCsNameText


Topic:

Properties and methods of IPCsNameText


Class hierarchy:

IPCsApplication IPCsDocument IPCsPage IPCsLine IPCsLineTexts IPCsNameText
IPCsApplication IPCsDocument IPCsPage IPCsSymbol IPCsSymbolTexts IPCsNameText
IPCsApplication IPCsDocument IPCsPage IPCsSymbol IPCsConnection IPCsConnectionTexts IPCsNameText


Properties / Methods:

RefDesFunction Function aspect of referencedesignation. This string is the first part of IPCsSymbol.Item[x].FullName
RefDesLocation Location aspect of referencedesignation. This string is the second part of IPCsSymbol.Item[x].FullName
Value This string is the third part of IPCsSymbol.Item[x].FullName
GetRect Used for getting coordinates from where the text is placed on the diagram. Parameters needed: a psTextRectFlags . Returns a TPCsRect
Syntax:
function GetRect(AFlags: psTextRectFlags): TPCsRect;
Delete Deletes the text
Font The fontoptions. See more about IPCsTextFont
Color Property that takes a psPenColor as value
Rotation Set the orientation/rotation of the text
GetPosition Gets x,y,z from a text. Parameters needed: 3 integers
Syntax:
procedure GetPosition(out X: Integer; out Y: Integer; out Z: Integer);
SetPosition Sets x,y,z on a text. Parameters needed: 3 integers
Syntax:
procedure SetPosition(X: Integer; Y: Integer; Z: Integer);
Handle A unique handle to the text