C# Class ClonableObject.ClonableObjClass

Inheritance: IClone
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Assigns the properties of src to the receiver.
public Assign ( IClone src ) : void
src IClone
Résultat void

ClonableObjClass() public méthode

public ClonableObjClass ( ) : System
Résultat System

Clone() public méthode

public Clone ( ) : IClone
Résultat IClone

IsEqual() public méthode

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

IsIdentical() public méthode

public IsIdentical ( IClone other ) : bool
other IClone
Résultat bool