C# Класс SharpPlant.SharpPlantReview.SprAnnotation

Provides the properties for controlling text annotations in SmartPlant Review.
Наследование: SprDbObject
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetCenterPoint SprPoint3D
GetImage Image
GetLeaderPoint SprPoint3D

Открытые методы

Метод Описание
EditLeader ( ) : void

Prompts a user to select new leader points for an existing annotation. DisplayLeader will automatically be set to true.

Place ( ) : void

Prompts a user to place the current annotation.

SendToTextWindow ( ) : void

Updates the SmartPlant Review text window with the SprAnnotation text.

SprAnnotation ( ) : System
SprAnnotation ( DataRow dataRow ) : System
ToString ( ) : string

Converts the current annotation to a string representation.

Защищенные методы

Метод Описание
GetDataRow ( ) : DataRow
GetDefaultRow ( ) : DataRow

Приватные методы

Метод Описание
GetCenterPoint ( ) : SprPoint3D
GetImage ( ) : Image
GetLeaderPoint ( ) : SprPoint3D

Описание методов

EditLeader() публичный Метод

Prompts a user to select new leader points for an existing annotation. DisplayLeader will automatically be set to true.
public EditLeader ( ) : void
Результат void

GetDataRow() защищенный Метод

protected GetDataRow ( ) : DataRow
Результат System.Data.DataRow

GetDefaultRow() защищенный Метод

protected GetDefaultRow ( ) : DataRow
Результат System.Data.DataRow

Place() публичный Метод

Prompts a user to place the current annotation.
public Place ( ) : void
Результат void

SendToTextWindow() публичный Метод

Updates the SmartPlant Review text window with the SprAnnotation text.
public SendToTextWindow ( ) : void
Результат void

SprAnnotation() публичный Метод

public SprAnnotation ( ) : System
Результат System

SprAnnotation() публичный Метод

public SprAnnotation ( DataRow dataRow ) : System
dataRow System.Data.DataRow
Результат System

ToString() публичный Метод

Converts the current annotation to a string representation.
public ToString ( ) : string
Результат string