C# 클래스 ClonableObject.ClonableObjClass

상속: IClone
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
Assign ( IClone src ) : void

Assigns the properties of src to the receiver.

ClonableObjClass ( ) : System
Clone ( ) : IClone
IsEqual ( IClone other ) : bool

Returns TRUE when the receiver and the other object have the same properties.

IsIdentical ( IClone other ) : bool

메소드 상세

Assign() 공개 메소드

Assigns the properties of src to the receiver.
public Assign ( IClone src ) : void
src IClone
리턴 void

ClonableObjClass() 공개 메소드

public ClonableObjClass ( ) : System
리턴 System

Clone() 공개 메소드

public Clone ( ) : IClone
리턴 IClone

IsEqual() 공개 메소드

Returns TRUE when the receiver and the other object have the same properties.
public IsEqual ( IClone other ) : bool
other IClone
리턴 bool

IsIdentical() 공개 메소드

public IsIdentical ( IClone other ) : bool
other IClone
리턴 bool