C# Class ClonableObject.ClonableObjClass

Inheritance: IClone
Exibir arquivo Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
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

Method Details

Assign() public method

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

ClonableObjClass() public method

public ClonableObjClass ( ) : System
return System

Clone() public method

public Clone ( ) : IClone
return IClone

IsEqual() public method

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

IsIdentical() public method

public IsIdentical ( IClone other ) : bool
other IClone
return bool