C# 클래스 Revit.SDK.Samples.PlaceFamilyInstanceByFace.CS.PointUserControl

Stand for the point data of this user control
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
AssertPointIntegrity ( ) : bool

Check the point data which the user input are integrated or not

CoordinateTextBox_Validating ( object sender, CancelEventArgs e ) : void

This method is called to Validate whether the TextBox data is a number.

GetPointData ( ) : Autodesk.Revit.DB.XYZ

Get the point data of this user control

IsNumber ( String number ) : bool

Check whether the string data can represent a double number

PointUserControl ( ) : System

Default constructor of ModelLinesForm

SetPointData ( Autodesk data ) : void

Set the point data of this user control

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

AssertPointIntegrity() 공개 메소드

Check the point data which the user input are integrated or not
public AssertPointIntegrity ( ) : bool
리턴 bool

CoordinateTextBox_Validating() 공개 메소드

This method is called to Validate whether the TextBox data is a number.
public CoordinateTextBox_Validating ( object sender, CancelEventArgs e ) : void
sender object the event sender(can be all TextBox)
e CancelEventArgs contain event data(not used)
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GetPointData() 공개 메소드

Get the point data of this user control
public GetPointData ( ) : Autodesk.Revit.DB.XYZ
리턴 Autodesk.Revit.DB.XYZ

IsNumber() 공개 정적인 메소드

Check whether the string data can represent a double number
public static IsNumber ( String number ) : bool
number String The test string
리턴 bool

PointUserControl() 공개 메소드

Default constructor of ModelLinesForm
public PointUserControl ( ) : System
리턴 System

SetPointData() 공개 메소드

Set the point data of this user control
public SetPointData ( Autodesk data ) : void
data Autodesk the point data
리턴 void