C# 클래스 ClonableObj.ClonableObjClass

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

공개 메소드들

메소드 설명
Assign ( IClone src ) : void
ClonableObjClass ( ) : System
Clone ( ) : IClone
GetClassID ( System.Guid &pClassID ) : void
GetSizeMax ( _ULARGE_INTEGER &pcbSize ) : void
IsDirty ( ) : void
IsEqual ( IClone other ) : bool
IsIdentical ( IClone other ) : bool
Load ( IStream pStm ) : void
Save ( IStream pStm, int fClearDirty ) : void

메소드 상세

Assign() 공개 메소드

public Assign ( IClone src ) : void
src IClone
리턴 void

ClonableObjClass() 공개 메소드

public ClonableObjClass ( ) : System
리턴 System

Clone() 공개 메소드

public Clone ( ) : IClone
리턴 IClone

GetClassID() 공개 메소드

public GetClassID ( System.Guid &pClassID ) : void
pClassID System.Guid
리턴 void

GetSizeMax() 공개 메소드

public GetSizeMax ( _ULARGE_INTEGER &pcbSize ) : void
pcbSize _ULARGE_INTEGER
리턴 void

IsDirty() 공개 메소드

public IsDirty ( ) : void
리턴 void

IsEqual() 공개 메소드

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

IsIdentical() 공개 메소드

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

Load() 공개 메소드

public Load ( IStream pStm ) : void
pStm IStream
리턴 void

Save() 공개 메소드

public Save ( IStream pStm, int fClearDirty ) : void
pStm IStream
fClearDirty int
리턴 void