C# 클래스 ExoModel.ModelInitEvent.InitNew

Represents the creation of a new ModelInstance.
상속: ModelInitEvent, ITransactedModelEvent
파일 보기 프로젝트 열기: vc3/ExoModel

공개 메소드들

메소드 설명
ITransactedModelEvent ( ModelTransaction transaction ) : void

Creates a new ModelInstance of the specified ModelType.

InitNew ( ModelInstance instance )

메소드 상세

ITransactedModelEvent() 공개 메소드

Creates a new ModelInstance of the specified ModelType.
public ITransactedModelEvent ( ModelTransaction transaction ) : void
transaction ModelTransaction
리턴 void

InitNew() 공개 메소드

public InitNew ( ModelInstance instance )
instance ModelInstance