Agent.AgentType.AgentType C# (CSharp) Method

AgentType() public method

public AgentType ( AgentType agent, Point3d position ) : System
agent AgentType
position Point3d
return System
    public AgentType(AgentType agent, Point3d position)
    {
      this.refPosition = position;
      this.position = position;
    }

Same methods

AgentType::AgentType ( ) : System
AgentType::AgentType ( AgentType agent ) : System
AgentType::AgentType ( AgentType agent, Point3d position, Point3d refPosition ) : System
AgentType::AgentType ( Point3d position ) : System