Method | Description | |
---|---|---|
Delete ( bool setNext = false ) : void |
Deletes the current tag from inside the SprApplication.
|
|
DeleteSnapshot ( ) : void |
Deletes the snapshot owned by the current SprTag.
|
|
EditLeader ( ) : void |
Prompts a user to select new leader points for an existing tag. DisplayLeader will automatically be set to true.
|
|
ExportSnapshot ( string imagePath, bool overWrite = true ) : void |
Exports the saved tag snapshot if one exists.
|
|
Goto ( bool displayTag = true ) : void |
Locates the specified tag in the SmartPlant Review application main window.
|
|
Place ( ) : void |
Prompts a user to place the current tag.
|
|
SendToTextWindow ( ) : void |
Updates the SmartPlant Review text window with the SprTag text.
|
|
SprTag ( ) : System | ||
SprTag ( |
||
TakeSnapshot ( bool zoomToTag, |
Saves a snapshot of the current SprApplication main view to the MDB database.
|
|
ToString ( ) : string |
Converts the current tag to a string representation.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetDataRow ( ) : |
||
GetDefaultRow ( ) : |
Method | Description | |
---|---|---|
GetImage ( ) : Image | ||
GetLeaderPoint ( ) : SprPoint3D | ||
GetLinkedObject ( ) : SprObject | ||
GetOriginPoint ( ) : SprPoint3D | ||
SetLeaderPoint ( SprPoint3D newpoint ) : void | ||
SetOriginPoint ( SprPoint3D newpoint ) : void |
public Delete ( bool setNext = false ) : void | ||
setNext | bool | Determines if the SprApplication.NextTag should be set to the deleted Id. |
return | void |
public ExportSnapshot ( string imagePath, bool overWrite = true ) : void | ||
imagePath | string | The full path where the image will be saved. |
overWrite | bool | True if the destination image can be overwritten; Otherwise false. |
return | void |
public Goto ( bool displayTag = true ) : void | ||
displayTag | bool | Determines if the tag will be displayed in the main view. |
return | void |
public SprTag ( |
||
dataRow | ||
return | System |
public TakeSnapshot ( bool zoomToTag, |
||
zoomToTag | bool | Determines if the main view zooms to the tag in the main SmartPlant screen. |
snapShot | The snapshot format the image will be created with. | |
return | void |