Public Methods
Public Methods | Description |
---|---|
Get the parent schema object of this schema display object. DATATYPE: Schema Object. | |
Get the Check Out status of this SchemaObjDisplay object. DATATYPE: StringObjects. | |
Get the Version History of this schema display object from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects. | |
Resize the schema display object to default size. |
Public Properties
Public Properties | Description |
---|---|
Background color of the entity display object. This property takes a 4-byte integer where the first byte represents a red value (0-255), the second byte represents a green value (0-255), and the third byte represents a blue value (0-255). | |
Determines whether to use a custom background color just for this schema object display (true) or whether to use the default schema obj background color of the submodel (false). DATATYPE: Boolean. | |
GUID of the schema display object as assigned by ER/Studio. Each schema display object has a unique GUID. DATATYPE: String. | |
X coordinate of the schema display object. DATATYPE: Integer. | |
Width of the schema display object. DATATYPE: Integer. | |
ID of the schema display object as assigned by ER/Studio. Each schema display object in a diagram has a unique ID. DATATYPE: Integer. | |
Name of the schema object. DATATYPE: String. | |
OutlineColor of the schema display object. It takes a 4-byte integer where the first byte represents red value (0-255), the second byte is the green value (0-255), and the third byte is the blue value (0-255). | |
Y coordinate of the schema display object. DATATYPE: Integer. | |
Height of the schema display object. DATATYPE: Integer. |
See Also