C# 클래스 SharpPlant.SharpPlantReview.SprAnnotation

Provides the properties for controlling text annotations in SmartPlant Review.
상속: SprDbObject
파일 보기 프로젝트 열기: phusband/SharpPlant 1 사용 예제들

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