C# Класс Agent.AgentType

Наследование: IPosition
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AgentType ( ) : System
AgentType ( AgentType agent ) : System
AgentType ( AgentType agent, Point3d position ) : System
AgentType ( AgentType agent, Point3d position, Point3d refPosition ) : System
AgentType ( Point3d position ) : System
Equals ( AgentType p ) : bool
Equals ( System obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
getPoint3d ( ) : Point3d

Описание методов

AgentType() публичный Метод

public AgentType ( ) : System
Результат System

AgentType() публичный Метод

public AgentType ( AgentType agent ) : System
agent AgentType
Результат System

AgentType() публичный Метод

public AgentType ( AgentType agent, Point3d position ) : System
agent AgentType
position Point3d
Результат System

AgentType() публичный Метод

public AgentType ( AgentType agent, Point3d position, Point3d refPosition ) : System
agent AgentType
position Point3d
refPosition Point3d
Результат System

AgentType() публичный Метод

public AgentType ( Point3d position ) : System
position Point3d
Результат System

Equals() публичный Метод

public Equals ( AgentType p ) : bool
p AgentType
Результат bool

Equals() публичный Метод

public Equals ( System obj ) : bool
obj System
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

public ToString ( ) : string
Результат string

getPoint3d() публичный Метод

public getPoint3d ( ) : Point3d
Результат Point3d